Home
last modified time | relevance | path

Searched refs:CENTRAL_DEVICE_NBR (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/att/long_read/
Dmain.c26 #define CENTRAL_DEVICE_NBR 0 macro
139 bool central = (get_device_nbr() == CENTRAL_DEVICE_NBR); in test_long_read()
183 bool central = (get_device_nbr() == CENTRAL_DEVICE_NBR); in the_test()
/Zephyr-latest/tests/bsim/bluetooth/host/att/timeout/
Dmain.c30 #define CENTRAL_DEVICE_NBR 0 macro
178 bool central = (get_device_nbr() == CENTRAL_DEVICE_NBR); in test_timeout()
245 bool central = (get_device_nbr() == CENTRAL_DEVICE_NBR); in disconnected()
/Zephyr-latest/tests/bsim/bluetooth/host/att/open_close/src/
Dmain.c26 #define CENTRAL_DEVICE_NBR 0 macro
126 bool central = (get_device_nbr() == CENTRAL_DEVICE_NBR); in a_test_iteration()