Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/tests/bsim/bluetooth/host/l2cap/many_conns/src/
Dcommon.h28 #define TEST_FLAG(flag) (atomic_get(&flag) == (atomic_t)true) macro
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/l2cap/credits/src/
Dcommon.h28 #define TEST_FLAG(flag) (atomic_get(&flag) == (atomic_t)true) macro
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/l2cap/stress/src/
Dcommon.h28 #define TEST_FLAG(flag) (atomic_get(&flag) == (atomic_t)true) macro
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/l2cap/credits_seg_recv/src/
Dcommon.h28 #define TEST_FLAG(flag) (atomic_get(&flag) == (atomic_t)true) macro
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/att/pipeline/common/
Dutils.h17 #define TEST_FLAG(flag) (bool)atomic_get(&flag) macro
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/audio/src/
Dcommon.h81 #define TEST_FLAG(flag) (atomic_get(&flag) == (atomic_t)true) macro
Dbap_broadcast_sink_test.c207 if (TEST_FLAG(flag_base_received) && in base_subgroup_cb()
269 if (TEST_FLAG(flag_broadcaster_found)) { in scan_check_and_sync_broadcast()
579 if (!TEST_FLAG(flag_received)) { in recv_cb()
Dcap_acceptor_test.c132 if (TEST_FLAG(flag_base_received) && in valid_subgroup_metadata_cb()
208 if (TEST_FLAG(flag_broadcaster_found)) { in scan_check_and_sync_broadcast()
319 if (!TEST_FLAG(flag_received)) { in recv_cb()
Dcap_commander_test.c290 if (TEST_FLAG(flag_broadcaster_found)) { in scan_check_and_sync_broadcast()
396 if (TEST_FLAG(flag_base_received)) { in pa_recv()
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/att/pipeline/tester/src/
Dmain.c210 ASSERT(!TEST_FLAG(flag_req_in_progress), in handle_att_write_0()
224 ASSERT(!TEST_FLAG(flag_req_in_progress), in handle_att_write_1()
651 while (TEST_FLAG(is_connected)) { in test_procedure_1()
654 if (TEST_FLAG(flag_req_in_progress)) { in test_procedure_1()