/Zephyr-latest/tests/bsim/bluetooth/host/adv/extended/src/ |
D | ext_adv_scanner.c | 26 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()
|
D | ext_adv_advertiser.c | 25 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/ |
D | pacs_notify_server_test.c | 201 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()
|
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_notify_server_test.c | 88 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()
|
D | csip_set_member_test.c | 129 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()
|
D | mcs_test.c | 57 WAIT_FOR_FLAG(flag_connected); in test_main() 58 WAIT_FOR_UNSET_FLAG(flag_connected); in test_main()
|
D | has_test.c | 131 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()
|
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 | 491 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()
|
D | common.c | 35 atomic_t flag_connected; variable 104 SET_FLAG(flag_connected); in connected() 121 UNSET_FLAG(flag_connected); in disconnected()
|
D | ias_test.c | 69 WAIT_FOR_FLAG(flag_connected); in test_main()
|
D | tmap_server_test.c | 76 WAIT_FOR_FLAG(flag_connected); in test_main()
|
D | ias_client_test.c | 119 WAIT_FOR_FLAG(flag_connected); in test_main()
|
D | csip_set_coordinator_test.c | 346 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()
|
D | common.h | 115 extern atomic_t flag_connected;
|
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 | tmap_client_test.c | 165 WAIT_FOR_FLAG(flag_connected); in test_main()
|
/Zephyr-latest/tests/bsim/bluetooth/host/iso/cis/src/ |
D | common.c | 17 atomic_t flag_connected; variable 40 SET_FLAG(flag_connected); in connected() 57 UNSET_FLAG(flag_connected); in disconnected()
|
D | common.h | 45 extern atomic_t flag_connected;
|
D | cis_peripheral.c | 155 WAIT_FOR_FLAG_SET(flag_connected); in adv_connect()
|
D | cis_central.c | 336 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/ |
D | per_adv_sync.c | 26 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()
|
D | per_adv_advertiser.c | 24 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/ |
D | tester.c | 20 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()
|