Searched refs:PASS_THRESHOLD (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/audio_samples/cap/acceptor/src/ |
D | cap_acceptor_sample_test.c | 18 #define PASS_THRESHOLD 100 /* Audio packets */ macro 53 total_unicast_tx_iso_packet_count, PASS_THRESHOLD); in test_cap_acceptor_sample_tick() 55 total_unicast_tx_iso_packet_count, PASS_THRESHOLD); in test_cap_acceptor_sample_tick() 57 if (total_unicast_rx_iso_packet_count < PASS_THRESHOLD || in test_cap_acceptor_sample_tick() 58 total_unicast_tx_iso_packet_count < PASS_THRESHOLD) { in test_cap_acceptor_sample_tick() 69 total_broadcast_rx_iso_packet_count, PASS_THRESHOLD); in test_cap_acceptor_sample_tick() 71 if (total_broadcast_rx_iso_packet_count < PASS_THRESHOLD) { in test_cap_acceptor_sample_tick()
|
/Zephyr-latest/tests/bsim/bluetooth/audio_samples/cap/initiator/src/ |
D | cap_initiator_sample_test.c | 18 #define PASS_THRESHOLD 100 /* Audio packets */ macro 52 total_rx_iso_packet_count, PASS_THRESHOLD); in test_cap_initiator_sample_tick() 54 total_unicast_tx_iso_packet_count, PASS_THRESHOLD); in test_cap_initiator_sample_tick() 56 if (total_rx_iso_packet_count < PASS_THRESHOLD || in test_cap_initiator_sample_tick() 57 total_unicast_tx_iso_packet_count < PASS_THRESHOLD) { in test_cap_initiator_sample_tick() 68 total_broadcast_tx_iso_packet_count, PASS_THRESHOLD); in test_cap_initiator_sample_tick() 70 if (total_broadcast_tx_iso_packet_count < PASS_THRESHOLD) { in test_cap_initiator_sample_tick()
|
/Zephyr-latest/tests/bsim/bluetooth/audio_samples/bap_broadcast_sink/src/ |
D | broadcast_sink_test.c | 16 #define PASS_THRESHOLD 100 /* Audio packets */ macro 49 total_rx_iso_packet_count, PASS_THRESHOLD); in test_broadcast_sink_sample_tick() 51 if (total_rx_iso_packet_count >= PASS_THRESHOLD) { in test_broadcast_sink_sample_tick()
|
/Zephyr-latest/tests/bsim/bluetooth/audio_samples/bap_unicast_client/src/ |
D | unicast_client_sample_test.c | 16 #define PASS_THRESHOLD 100 /* Audio packets */ macro 49 unicast_audio_recv_ctr, PASS_THRESHOLD); in test_unicast_client_sample_tick() 51 if (unicast_audio_recv_ctr >= PASS_THRESHOLD) { in test_unicast_client_sample_tick()
|
/Zephyr-latest/tests/bsim/bluetooth/samples/central_hr_peripheral_hr/src/ |
D | sample_test.c | 16 #define PASS_THRESHOLD 5 /* packets */ macro 49 total_rx_count, PASS_THRESHOLD); in test_sample_tick() 51 if (total_rx_count >= PASS_THRESHOLD) { in test_sample_tick()
|
/Zephyr-latest/tests/bsim/net/sockets/echo_test/src/ |
D | echo_test.c | 23 #define PASS_THRESHOLD 100 /* Packets */ macro 63 packet_count, PASS_THRESHOLD); in test_echo_client_tick() 65 if (packet_count >= PASS_THRESHOLD) { in test_echo_client_tick()
|