Home
last modified time | relevance | path

Searched defs:sync_msg (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/security/ccc_update/src/
Dcommon.c14 uint8_t sync_msg[BC_MSG_SIZE] = {get_device_nbr(), device_nbr}; /* src, dst */ in backchannel_sync_send() local
21 uint8_t sync_msg[BC_MSG_SIZE]; in backchannel_sync_wait() local
/Zephyr-latest/tests/bsim/babblekit/src/
Dsync.c42 uint8_t sync_msg[MSG_SIZE] = { get_device_nbr() }; in bk_sync_send() local
50 uint8_t sync_msg[MSG_SIZE]; in bk_sync_wait() local
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/src/
Dmain.c132 uint8_t sync_msg[MSG_SIZE] = { get_device_nbr() }; in backchannel_sync_send() local
140 uint8_t sync_msg[MSG_SIZE]; in backchannel_sync_wait() local
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dcommon.c383 uint8_t sync_msg[SYNC_MSG_SIZE] = {0}; in backchannel_sync_send() local
408 uint8_t sync_msg[SYNC_MSG_SIZE]; in backchannel_sync_wait() local
441 uint8_t sync_msg[SYNC_MSG_SIZE]; in backchannel_sync_wait_any() local
460 uint8_t sync_msg[SYNC_MSG_SIZE]; in backchannel_sync_clear() local
/Zephyr-latest/subsys/logging/frontends/
Dlog_frontend_dict_uart.c240 static void sync_msg(const void *source, in sync_msg() function