Home
last modified time | relevance | path

Searched refs:flag_connected (Results 1 – 25 of 40) sorted by relevance

12

/Zephyr-latest/tests/bsim/bluetooth/host/adv/extended/src/
Dext_adv_scanner.c26 CREATE_FLAG(flag_connected);
43 SET_FLAG(flag_connected); in connected()
69 UNSET_FLAG(flag_connected); in disconnected()
96 if (!TEST_FLAG(flag_connected) && in scan_recv()
170 WAIT_FOR_FLAG(flag_connected); in scan_connect_and_disconnect_cycle()
173 WAIT_FOR_FLAG_UNSET(flag_connected); in scan_connect_and_disconnect_cycle()
Dext_adv_advertiser.c25 CREATE_FLAG(flag_connected);
128 SET_FLAG(flag_connected); in connected()
154 UNSET_FLAG(flag_connected); in disconnected()
196 WAIT_FOR_FLAG(flag_connected); in adv_connect_and_disconnect_cycle()
199 WAIT_FOR_FLAG_UNSET(flag_connected); in adv_connect_and_disconnect_cycle()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dpacs_notify_server_test.c201 WAIT_FOR_FLAG(flag_connected); in test_main()
215 WAIT_FOR_UNSET_FLAG(flag_connected); in test_main()
234 WAIT_FOR_FLAG(flag_connected); in test_main()
235 WAIT_FOR_UNSET_FLAG(flag_connected); in test_main()
251 WAIT_FOR_FLAG(flag_connected); in test_main()
269 WAIT_FOR_UNSET_FLAG(flag_connected); in test_main()
285 WAIT_FOR_FLAG(flag_connected); in test_main()
292 WAIT_FOR_UNSET_FLAG(flag_connected); in test_main()
Dcsip_notify_client_test.c72 WAIT_FOR_FLAG(flag_connected); in test_main()
95 WAIT_FOR_UNSET_FLAG(flag_connected); in test_main()
105 WAIT_FOR_FLAG(flag_connected); in test_main()
122 WAIT_FOR_UNSET_FLAG(flag_connected); in test_main()
Dcsip_notify_server_test.c88 WAIT_FOR_FLAG(flag_connected); in test_main()
105 WAIT_FOR_UNSET_FLAG(flag_connected); in test_main()
128 WAIT_FOR_FLAG(flag_connected); in test_main()
129 WAIT_FOR_UNSET_FLAG(flag_connected); in test_main()
Dcsip_set_member_test.c129 WAIT_FOR_FLAG(flag_connected); in test_main()
142 WAIT_FOR_UNSET_FLAG(flag_connected); in test_main()
165 WAIT_FOR_FLAG(flag_connected); in test_force_release()
171 WAIT_FOR_UNSET_FLAG(flag_connected); in test_force_release()
201 WAIT_FOR_FLAG(flag_connected); in test_new_sirk()
208 WAIT_FOR_UNSET_FLAG(flag_connected); in test_new_sirk()
Dmcs_test.c57 WAIT_FOR_FLAG(flag_connected); in test_main()
58 WAIT_FOR_UNSET_FLAG(flag_connected); in test_main()
Dhas_test.c131 WAIT_FOR_FLAG(flag_connected); in test_offline_behavior()
132 WAIT_FOR_UNSET_FLAG(flag_connected); in test_offline_behavior()
161 WAIT_FOR_FLAG(flag_connected); in test_offline_behavior()
Dpacs_notify_client_test.c518 WAIT_FOR_FLAG(flag_connected); in test_main()
555 WAIT_FOR_UNSET_FLAG(flag_connected); in test_main()
564 WAIT_FOR_FLAG(flag_connected); in test_main()
578 WAIT_FOR_UNSET_FLAG(flag_connected); in test_main()
588 WAIT_FOR_FLAG(flag_connected); in test_main()
602 WAIT_FOR_UNSET_FLAG(flag_connected); in test_main()
612 WAIT_FOR_FLAG(flag_connected); in test_main()
626 WAIT_FOR_UNSET_FLAG(flag_connected); in test_main()
Dbap_unicast_server_test.c491 WAIT_FOR_FLAG(flag_connected); in test_main()
497 WAIT_FOR_UNSET_FLAG(flag_connected); in test_main()
563 WAIT_FOR_FLAG(flag_connected); in test_main_acl_disconnect()
567 WAIT_FOR_UNSET_FLAG(flag_connected); in test_main_acl_disconnect()
568 WAIT_FOR_FLAG(flag_connected); in test_main_acl_disconnect()
Dcommon.c35 atomic_t flag_connected; variable
104 SET_FLAG(flag_connected); in connected()
121 UNSET_FLAG(flag_connected); in disconnected()
Dias_test.c69 WAIT_FOR_FLAG(flag_connected); in test_main()
Dtmap_server_test.c76 WAIT_FOR_FLAG(flag_connected); in test_main()
Dias_client_test.c119 WAIT_FOR_FLAG(flag_connected); in test_main()
Dcsip_set_coordinator_test.c346 WAIT_FOR_FLAG(flag_connected); in connect_set()
385 UNSET_FLAG(flag_connected); in connect_set()
396 WAIT_FOR_FLAG(flag_connected); in connect_set()
Dcommon.h115 extern atomic_t flag_connected;
Dhas_client_test.c218 WAIT_FOR_FLAG(flag_connected); in test_main()
650 WAIT_FOR_FLAG(flag_connected); in test_gatt_client()
670 WAIT_FOR_UNSET_FLAG(flag_connected); in test_gatt_client()
683 WAIT_FOR_FLAG(flag_connected); in test_gatt_client()
Dtmap_client_test.c165 WAIT_FOR_FLAG(flag_connected); in test_main()
/Zephyr-latest/tests/bsim/bluetooth/host/iso/cis/src/
Dcommon.c17 atomic_t flag_connected; variable
40 SET_FLAG(flag_connected); in connected()
57 UNSET_FLAG(flag_connected); in disconnected()
Dcommon.h45 extern atomic_t flag_connected;
Dcis_peripheral.c155 WAIT_FOR_FLAG_SET(flag_connected); in adv_connect()
Dcis_central.c336 WAIT_FOR_FLAG_SET(flag_connected); in connect_acl()
382 WAIT_FOR_FLAG_UNSET(flag_connected); in disconnect_acl()
/Zephyr-latest/tests/bsim/bluetooth/host/adv/periodic/src/
Dper_adv_sync.c26 CREATE_FLAG(flag_connected);
46 SET_FLAG(flag_connected); in connected()
80 if (!TEST_FLAG(flag_connected) && in scan_recv()
294 WAIT_FOR_FLAG(flag_connected); in main_per_adv_conn_sync()
319 WAIT_FOR_FLAG(flag_connected); in main_per_adv_conn_privacy_sync()
Dper_adv_advertiser.c24 CREATE_FLAG(flag_connected);
40 SET_FLAG(flag_connected); in connected()
294 WAIT_FOR_FLAG(flag_connected); in main_per_adv_conn_advertiser()
322 WAIT_FOR_FLAG(flag_connected); in main_per_adv_conn_privacy_advertiser()
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/central/src/
Dtester.c20 DEFINE_FLAG(flag_connected);
72 SET_FLAG(flag_connected); in connected_cb()
183 WAIT_FOR_FLAG(flag_connected); in tester_procedure_periph_delayed_start_of_conn_adv()

12