Home
last modified time | relevance | path

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

12

/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dcsip_notify_server_test.c81 WAIT_FOR_FLAG(flag_connected); in test_main()
98 WAIT_FOR_UNSET_FLAG(flag_connected); in test_main()
118 WAIT_FOR_FLAG(flag_connected); in test_main()
119 WAIT_FOR_UNSET_FLAG(flag_connected); in test_main()
Dpacs_notify_server_test.c207 WAIT_FOR_FLAG(flag_connected); in test_main()
221 WAIT_FOR_UNSET_FLAG(flag_connected); in test_main()
237 WAIT_FOR_FLAG(flag_connected); in test_main()
238 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()
282 WAIT_FOR_FLAG(flag_connected); in test_main()
289 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_set_member_test.c122 WAIT_FOR_FLAG(flag_connected); in test_main()
135 WAIT_FOR_UNSET_FLAG(flag_connected); in test_main()
158 WAIT_FOR_FLAG(flag_connected); in test_force_release()
164 WAIT_FOR_UNSET_FLAG(flag_connected); in test_force_release()
194 WAIT_FOR_FLAG(flag_connected); in test_new_sirk()
201 WAIT_FOR_UNSET_FLAG(flag_connected); in test_new_sirk()
Dmcs_test.c46 WAIT_FOR_FLAG(flag_connected); in test_main()
47 WAIT_FOR_UNSET_FLAG(flag_connected); in test_main()
Dhas_test.c125 WAIT_FOR_FLAG(flag_connected); in test_offline_behavior()
126 WAIT_FOR_UNSET_FLAG(flag_connected); in test_offline_behavior()
155 WAIT_FOR_FLAG(flag_connected); in test_offline_behavior()
Dtmap_server_test.c49 WAIT_FOR_FLAG(flag_connected); in test_main()
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.c503 WAIT_FOR_FLAG(flag_connected); in test_main()
509 WAIT_FOR_UNSET_FLAG(flag_connected); in test_main()
562 WAIT_FOR_FLAG(flag_connected); in test_main_acl_disconnect()
566 WAIT_FOR_UNSET_FLAG(flag_connected); in test_main_acl_disconnect()
567 WAIT_FOR_FLAG(flag_connected); in test_main_acl_disconnect()
Dias_test.c64 WAIT_FOR_FLAG(flag_connected); in test_main()
Dccp_call_control_client_test.c94 WAIT_FOR_FLAG(flag_connected); in test_main()
Dcommon.c42 atomic_t flag_connected; variable
140 SET_FLAG(flag_connected); in connected()
157 UNSET_FLAG(flag_connected); in disconnected()
Dias_client_test.c119 WAIT_FOR_FLAG(flag_connected); in test_main()
Dcsip_set_coordinator_test.c341 WAIT_FOR_FLAG(flag_connected); in connect_set()
380 UNSET_FLAG(flag_connected); in connect_set()
391 WAIT_FOR_FLAG(flag_connected); in connect_set()
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()
Dccp_call_control_server_test.c152 WAIT_FOR_FLAG(flag_connected); in test_main()
Dtmap_client_test.c167 WAIT_FOR_FLAG(flag_connected); in test_main()
/Zephyr-latest/tests/bsim/bluetooth/host/adv/extended/src/
Dext_adv_scanner.c22 DEFINE_FLAG_STATIC(flag_connected);
39 SET_FLAG(flag_connected); in connected()
65 UNSET_FLAG(flag_connected); in disconnected()
92 if (!IS_FLAG_SET(flag_connected) && info->adv_props & BT_GAP_ADV_PROP_CONNECTABLE) { in scan_recv()
165 WAIT_FOR_FLAG(flag_connected); in scan_connect_and_disconnect_cycle()
168 WAIT_FOR_FLAG_UNSET(flag_connected); in scan_connect_and_disconnect_cycle()
Dext_adv_advertiser.c21 DEFINE_FLAG_STATIC(flag_connected);
124 SET_FLAG(flag_connected); in connected()
150 UNSET_FLAG(flag_connected); in disconnected()
192 WAIT_FOR_FLAG(flag_connected); in adv_connect_and_disconnect_cycle()
195 WAIT_FOR_FLAG_UNSET(flag_connected); in adv_connect_and_disconnect_cycle()
/Zephyr-latest/tests/bsim/bluetooth/host/iso/cis/src/
Dcommon.c19 atomic_t flag_connected; variable
42 SET_FLAG(flag_connected); in connected()
59 UNSET_FLAG(flag_connected); in disconnected()
Dcommon.h14 extern atomic_t flag_connected;
Dcis_peripheral.c157 WAIT_FOR_FLAG(flag_connected); in adv_connect()
/Zephyr-latest/tests/bsim/bluetooth/host/adv/periodic/src/
Dper_adv_sync.c28 DEFINE_FLAG_STATIC(flag_connected);
48 SET_FLAG(flag_connected); in connected()
82 if (!IS_FLAG_SET(flag_connected) && in scan_recv()
296 WAIT_FOR_FLAG(flag_connected); in main_per_adv_conn_sync()
321 WAIT_FOR_FLAG(flag_connected); in main_per_adv_conn_privacy_sync()
Dper_adv_advertiser.c26 DEFINE_FLAG_STATIC(flag_connected);
42 SET_FLAG(flag_connected); in connected()
296 WAIT_FOR_FLAG(flag_connected); in main_per_adv_conn_advertiser()
324 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_STATIC(flag_connected);
74 SET_FLAG(flag_connected); in connected_cb()
185 WAIT_FOR_FLAG(flag_connected); in tester_procedure_periph_delayed_start_of_conn_adv()

12