Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/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-Core-3.5.0/tests/bsim/bluetooth/host/gatt/ccc_store/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-Core-3.5.0/tests/bsim/bluetooth/host/gatt/caching/src/
Dcommon.c43 uint8_t sync_msg[MSG_SIZE] = { get_device_nbr() }; in backchannel_sync_send() local
51 uint8_t sync_msg[MSG_SIZE]; in backchannel_sync_wait() local
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/privacy/legacy/src/
Dbs_bt_utils.c49 uint8_t sync_msg[MSG_SIZE] = { get_device_nbr() }; in backchannel_sync_send() local
57 uint8_t sync_msg[MSG_SIZE]; in backchannel_sync_wait() local
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/privacy/central/src/
Dbs_bt_utils.c47 uint8_t sync_msg[MSG_SIZE] = {get_device_nbr()}; in backchannel_sync_send() local
54 uint8_t sync_msg[MSG_SIZE]; in backchannel_sync_wait() local
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/gatt/settings/src/
Dmain.c151 uint8_t sync_msg[MSG_SIZE] = { get_device_nbr() }; in backchannel_sync_send() local
159 uint8_t sync_msg[MSG_SIZE]; in backchannel_sync_wait() local
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/att/eatt/src/
Dcommon.c200 uint8_t sync_msg[MSG_SIZE] = { get_device_nbr() }; in backchannel_sync_send() local
208 uint8_t sync_msg[MSG_SIZE]; in backchannel_sync_wait() local
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/adv/resume/src/
Dbs_bt_utils.c225 uint8_t sync_msg[MSG_SIZE] = { get_device_nbr() }; in backchannel_sync_send() local
233 uint8_t sync_msg[MSG_SIZE]; in backchannel_sync_wait() local
/Zephyr-Core-3.5.0/subsys/logging/
Dlog_frontend_dict_uart.c244 static void sync_msg(const void *source, in sync_msg() function