Home
last modified time | relevance | path

Searched refs:NOTIFICATION_DATA_PREFIX_LEN (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/peripheral/src/
Dmain.c40 #define NOTIFICATION_DATA_PREFIX_LEN (sizeof(NOTIFICATION_DATA_PREFIX) - 1) macro
222 const char *data_ptr = (const char *)data + NOTIFICATION_DATA_PREFIX_LEN; in rx_notification()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/central/src/
Dmain.c38 #define NOTIFICATION_DATA_PREFIX_LEN (sizeof(NOTIFICATION_DATA_PREFIX) - 1) macro
180 const char *data_ptr = (const char *)data + NOTIFICATION_DATA_PREFIX_LEN; in notify_func()