Searched refs:bk_sync_init (Results 1 – 25 of 26) sorted by relevance
12
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt/src/ |
D | main_collision.c | 17 TEST_ASSERT(bk_sync_init() == 0, "Failed to open backchannel"); in test_peripheral_main() 48 TEST_ASSERT(bk_sync_init() == 0, "Failed to open backchannel"); in test_central_main()
|
D | main_reconfigure.c | 35 TEST_ASSERT(bk_sync_init() == 0, "Failed to open backchannel"); in test_peripheral_main() 63 TEST_ASSERT(bk_sync_init() == 0, "Failed to open backchannel"); in test_central_main()
|
/Zephyr-latest/tests/bsim/babblekit/include/babblekit/ |
D | sync.h | 25 int bk_sync_init(void);
|
/Zephyr-latest/tests/bsim/babblekit/src/ |
D | sync.c | 21 int bk_sync_init(void) in bk_sync_init() function
|
/Zephyr-latest/tests/bsim/bluetooth/host/scan/start_stop/src/ |
D | main.c | 80 bk_sync_init(); in run_dut() 180 bk_sync_init(); in run_tester()
|
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/legacy/src/ |
D | dut.c | 77 TEST_ASSERT(bk_sync_init() == 0); in dut_procedure()
|
D | tester.c | 122 TEST_ASSERT(bk_sync_init() == 0); in tester_procedure()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/sample_test/src/ |
D | dut.c | 102 bk_sync_init(); in entrypoint_dut()
|
D | peer.c | 168 bk_sync_init(); in entrypoint_peer()
|
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/central/src/ |
D | dut.c | 55 TEST_ASSERT(bk_sync_init() == 0); in dut_procedure_connect_short_rpa_timeout()
|
D | tester.c | 142 TEST_ASSERT(bk_sync_init() == 0); in tester_procedure_periph_delayed_start_of_conn_adv()
|
/Zephyr-latest/tests/bsim/bluetooth/samples/battery_service/src/ |
D | peripheral_test.c | 144 bk_sync_init(); in test_bas_peripheral_main()
|
D | central_test.c | 592 bk_sync_init(); in test_bas_central_main()
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/device_name/src/ |
D | client.c | 96 bk_sync_init(); in client_procedure()
|
D | server.c | 127 bk_sync_init(); in server_procedure()
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/caching/src/ |
D | gatt_server_test.c | 108 TEST_ASSERT(bk_sync_init() == 0, "Failed to open backchannel"); in test_main_common()
|
D | gatt_client_test.c | 335 TEST_ASSERT(bk_sync_init() == 0, "Failed to open backchannel"); in test_main_common()
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt_notif/src/ |
D | server_test.c | 194 TEST_ASSERT(bk_sync_init() == 0, "Failed to open backchannel"); in test_main()
|
D | client_test.c | 184 TEST_ASSERT(bk_sync_init() == 0, "Failed to open backchannel"); in test_main()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/dut/src/ |
D | main.c | 224 TEST_ASSERT(bk_sync_init() == 0, "Failed to open backchannel"); in test_procedure_0()
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/ccc_store/src/ |
D | peripheral.c | 252 TEST_ASSERT(bk_sync_init() == 0); in run_peripheral()
|
D | central.c | 279 TEST_ASSERT(bk_sync_init() == 0); in run_central()
|
/Zephyr-latest/tests/bsim/bluetooth/host/iso/bis/src/ |
D | bis_broadcaster.c | 146 bk_sync_init(); in init()
|
D | bis_receiver.c | 176 bk_sync_init(); in init()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/general/src/ |
D | main_l2cap_ecred.c | 452 TEST_ASSERT(bk_sync_init() == 0, "Failed to open backchannel"); in test_peripheral_main() 545 TEST_ASSERT(bk_sync_init() == 0, "Failed to open backchannel"); in test_central_main()
|
12