Home
last modified time | relevance | path

Searched refs:TEST_FLAG (Results 1 – 22 of 22) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/adv/periodic/src/
Dcommon.h36 #define TEST_FLAG(flag) (atomic_get(&flag) == (atomic_t)true) macro
Dper_adv_sync.c80 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/
Dcommon.h20 #define TEST_FLAG(flag) (atomic_get(&flag) == (atomic_t) true) macro
Dcis_peripheral.c166 if (TEST_FLAG(flag_data_received)) { in test_main()
Dcis_central.c38 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/
Dcommon.h26 #define TEST_FLAG(flag) (atomic_get(&flag) == (atomic_t)true) macro
Dmain_l2cap_ecred.c93 if (!TEST_FLAG(unsequenced_data) && received_iterration != chan->sdus_received) { in chan_recv_cb()
/Zephyr-latest/tests/bsim/bluetooth/host/adv/extended/src/
Dcommon.h22 #define TEST_FLAG(flag) (atomic_get(&flag) == (atomic_t)true) macro
Dext_adv_scanner.c96 if (!TEST_FLAG(flag_connected) && in scan_recv()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/many_conns/src/
Dcommon.h28 #define TEST_FLAG(flag) (atomic_get(&flag) == (atomic_t)true) macro
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits/src/
Dcommon.h28 #define TEST_FLAG(flag) (atomic_get(&flag) == (atomic_t)true) macro
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/stress/src/
Dcommon.h28 #define TEST_FLAG(flag) (atomic_get(&flag) == (atomic_t)true) macro
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt_notif/src/
Dcommon.h34 #define TEST_FLAG(flag) (atomic_get(&flag) == (atomic_t)true) macro
Dclient_test.c240 while (!TEST_FLAG(flag_discover_complete)) { in test_main()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits_seg_recv/src/
Dcommon.h28 #define TEST_FLAG(flag) (atomic_get(&flag) == (atomic_t)true) macro
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/common/
Dutils.h17 #define TEST_FLAG(flag) (bool)atomic_get(&flag) macro
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dbap_stream_rx.c50 if (!TEST_FLAG(flag_audio_received)) { in bap_stream_rx_recv_cb()
Dcommon.h82 #define TEST_FLAG(flag) (atomic_get(&flag) == (atomic_t)true) macro
Dbap_broadcast_sink_test.c212 if (TEST_FLAG(flag_base_received) && in base_subgroup_cb()
292 if (TEST_FLAG(flag_broadcaster_found)) { in scan_check_and_sync_broadcast()
Dcap_acceptor_test.c130 if (TEST_FLAG(flag_base_received) && in valid_subgroup_metadata_cb()
211 if (TEST_FLAG(flag_broadcaster_found)) { in scan_check_and_sync_broadcast()
Dcap_commander_test.c287 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/
Dmain.c211 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()