Home
last modified time | relevance | path

Searched refs:CHANNEL_ID (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/gatt/caching/src/
Dcommon.c23 #define CHANNEL_ID 0 macro
31 uint channel_numbers[] = { CHANNEL_ID }; in backchannel_init()
46 bs_bc_send_msg(CHANNEL_ID, sync_msg, ARRAY_SIZE(sync_msg)); in backchannel_sync_send()
54 if (bs_bc_is_msg_received(CHANNEL_ID) > 0) { in backchannel_sync_wait()
55 bs_bc_receive_msg(CHANNEL_ID, sync_msg, ARRAY_SIZE(sync_msg)); in backchannel_sync_wait()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/privacy/legacy/src/
Dbs_bt_utils.c30 #define CHANNEL_ID 0 macro
37 uint channel_numbers[] = { CHANNEL_ID }; in backchannel_init()
52 bs_bc_send_msg(CHANNEL_ID, sync_msg, ARRAY_SIZE(sync_msg)); in backchannel_sync_send()
60 if (bs_bc_is_msg_received(CHANNEL_ID) > 0) { in backchannel_sync_wait()
61 bs_bc_receive_msg(CHANNEL_ID, sync_msg, in backchannel_sync_wait()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/privacy/central/src/
Dbs_bt_utils.c13 #define CHANNEL_ID 0 macro
35 uint channel_numbers[] = {CHANNEL_ID}; in backchannel_init()
49 bs_bc_send_msg(CHANNEL_ID, sync_msg, ARRAY_SIZE(sync_msg)); in backchannel_sync_send()
57 if (bs_bc_is_msg_received(CHANNEL_ID) > 0) { in backchannel_sync_wait()
58 bs_bc_receive_msg(CHANNEL_ID, sync_msg, ARRAY_SIZE(sync_msg)); in backchannel_sync_wait()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/att/eatt/src/
Dcommon.c180 #define CHANNEL_ID 0 macro
188 uint channel_numbers[] = { CHANNEL_ID }; in backchannel_init()
203 bs_bc_send_msg(CHANNEL_ID, sync_msg, ARRAY_SIZE(sync_msg)); in backchannel_sync_send()
211 if (bs_bc_is_msg_received(CHANNEL_ID) > 0) { in backchannel_sync_wait()
212 bs_bc_receive_msg(CHANNEL_ID, sync_msg, ARRAY_SIZE(sync_msg)); in backchannel_sync_wait()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/adv/resume/src/
Dbs_bt_utils.c206 #define CHANNEL_ID 0 macro
213 uint channel_numbers[] = { CHANNEL_ID }; in backchannel_init()
228 bs_bc_send_msg(CHANNEL_ID, sync_msg, ARRAY_SIZE(sync_msg)); in backchannel_sync_send()
236 if (bs_bc_is_msg_received(CHANNEL_ID) > 0) { in backchannel_sync_wait()
237 bs_bc_receive_msg(CHANNEL_ID, sync_msg, in backchannel_sync_wait()