| /Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
| D | csip_notify_server_test.c | 81 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()
|
| D | pacs_notify_server_test.c | 207 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()
|
| D | csip_notify_client_test.c | 72 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()
|
| D | csip_set_member_test.c | 122 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()
|
| D | mcs_test.c | 46 WAIT_FOR_FLAG(flag_connected); in test_main() 47 WAIT_FOR_UNSET_FLAG(flag_connected); in test_main()
|
| D | has_test.c | 125 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()
|
| D | tmap_server_test.c | 49 WAIT_FOR_FLAG(flag_connected); in test_main()
|
| D | pacs_notify_client_test.c | 518 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()
|
| D | bap_unicast_server_test.c | 503 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()
|
| D | ias_test.c | 64 WAIT_FOR_FLAG(flag_connected); in test_main()
|
| D | ccp_call_control_client_test.c | 94 WAIT_FOR_FLAG(flag_connected); in test_main()
|
| D | common.c | 42 atomic_t flag_connected; variable 140 SET_FLAG(flag_connected); in connected() 157 UNSET_FLAG(flag_connected); in disconnected()
|
| D | ias_client_test.c | 119 WAIT_FOR_FLAG(flag_connected); in test_main()
|
| D | csip_set_coordinator_test.c | 341 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()
|
| D | has_client_test.c | 218 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()
|
| D | ccp_call_control_server_test.c | 152 WAIT_FOR_FLAG(flag_connected); in test_main()
|
| D | tmap_client_test.c | 167 WAIT_FOR_FLAG(flag_connected); in test_main()
|
| /Zephyr-latest/tests/bsim/bluetooth/host/adv/extended/src/ |
| D | ext_adv_scanner.c | 22 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()
|
| D | ext_adv_advertiser.c | 21 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/ |
| D | common.c | 19 atomic_t flag_connected; variable 42 SET_FLAG(flag_connected); in connected() 59 UNSET_FLAG(flag_connected); in disconnected()
|
| D | common.h | 14 extern atomic_t flag_connected;
|
| D | cis_peripheral.c | 157 WAIT_FOR_FLAG(flag_connected); in adv_connect()
|
| /Zephyr-latest/tests/bsim/bluetooth/host/adv/periodic/src/ |
| D | per_adv_sync.c | 28 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()
|
| D | per_adv_advertiser.c | 26 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/ |
| D | tester.c | 20 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()
|