Home
last modified time | relevance | path

Searched refs:BACK_CHANNELS (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt_notif/src/
Dcommon.c38 uint dev_nbrs[BACK_CHANNELS] = { peer }; in device_sync_init()
39 uint channel_nbrs[BACK_CHANNELS] = { 0 }; in device_sync_init()
40 const uint *ch = bs_open_back_channel(device_nbr, dev_nbrs, channel_nbrs, BACK_CHANNELS); in device_sync_init()
Dcommon.h69 #define BACK_CHANNELS 1 macro
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/general/src/
Dcommon.c39 uint dev_nbrs[BACK_CHANNELS] = {peer}; in device_sync_init()
40 uint channel_nbrs[BACK_CHANNELS] = {0}; in device_sync_init()
41 uint *ch = bs_open_back_channel(device_nbr, dev_nbrs, channel_nbrs, BACK_CHANNELS); in device_sync_init()
Dcommon.h53 #define BACK_CHANNELS 1 macro