/Zephyr-latest/tests/bsim/bluetooth/host/adv/periodic/src/ |
D | common.h | 36 #define TEST_FLAG(flag) (atomic_get(&flag) == (atomic_t)true) macro
|
D | per_adv_sync.c | 80 if (!TEST_FLAG(flag_connected) && in scan_recv() 97 } else if (!TEST_FLAG(flag_per_adv) && info->interval != 0U) { in scan_recv() 145 if (TEST_FLAG(flag_per_adv_recv)) { in recv_cb()
|
/Zephyr-latest/tests/bsim/bluetooth/host/iso/cis/src/ |
D | common.h | 20 #define TEST_FLAG(flag) (atomic_get(&flag) == (atomic_t) true) macro
|
D | cis_peripheral.c | 166 if (TEST_FLAG(flag_data_received)) { in test_main()
|
D | cis_central.c | 38 if (!TEST_FLAG(flag_iso_connected)) { in send_data_cb() 135 if (!TEST_FLAG(flag_iso_connected)) { in sdu_sent_cb()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/general/src/ |
D | common.h | 26 #define TEST_FLAG(flag) (atomic_get(&flag) == (atomic_t)true) macro
|
D | main_l2cap_ecred.c | 93 if (!TEST_FLAG(unsequenced_data) && received_iterration != chan->sdus_received) { in chan_recv_cb()
|
/Zephyr-latest/tests/bsim/bluetooth/host/adv/extended/src/ |
D | common.h | 22 #define TEST_FLAG(flag) (atomic_get(&flag) == (atomic_t)true) macro
|
D | ext_adv_scanner.c | 96 if (!TEST_FLAG(flag_connected) && in scan_recv()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/many_conns/src/ |
D | common.h | 28 #define TEST_FLAG(flag) (atomic_get(&flag) == (atomic_t)true) macro
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits/src/ |
D | common.h | 28 #define TEST_FLAG(flag) (atomic_get(&flag) == (atomic_t)true) macro
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/stress/src/ |
D | common.h | 28 #define TEST_FLAG(flag) (atomic_get(&flag) == (atomic_t)true) macro
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt_notif/src/ |
D | common.h | 34 #define TEST_FLAG(flag) (atomic_get(&flag) == (atomic_t)true) macro
|
D | client_test.c | 240 while (!TEST_FLAG(flag_discover_complete)) { in test_main()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits_seg_recv/src/ |
D | common.h | 28 #define TEST_FLAG(flag) (atomic_get(&flag) == (atomic_t)true) macro
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/common/ |
D | utils.h | 17 #define TEST_FLAG(flag) (bool)atomic_get(&flag) macro
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | bap_stream_rx.c | 50 if (!TEST_FLAG(flag_audio_received)) { in bap_stream_rx_recv_cb()
|
D | common.h | 82 #define TEST_FLAG(flag) (atomic_get(&flag) == (atomic_t)true) macro
|
D | bap_broadcast_sink_test.c | 212 if (TEST_FLAG(flag_base_received) && in base_subgroup_cb() 292 if (TEST_FLAG(flag_broadcaster_found)) { in scan_check_and_sync_broadcast()
|
D | cap_acceptor_test.c | 130 if (TEST_FLAG(flag_base_received) && in valid_subgroup_metadata_cb() 211 if (TEST_FLAG(flag_broadcaster_found)) { in scan_check_and_sync_broadcast()
|
D | cap_commander_test.c | 287 if (TEST_FLAG(flag_broadcaster_found)) { in scan_check_and_sync_broadcast() 393 if (TEST_FLAG(flag_base_received)) { in pa_recv()
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/ |
D | main.c | 211 ASSERT(!TEST_FLAG(flag_req_in_progress), in handle_att_write_0() 225 ASSERT(!TEST_FLAG(flag_req_in_progress), in handle_att_write_1() 652 while (TEST_FLAG(is_connected)) { in test_procedure_1() 655 if (TEST_FLAG(flag_req_in_progress)) { in test_procedure_1()
|