Home
last modified time | relevance | path

Searched refs:total_unicast_rx_iso_packet_count (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/audio_samples/cap/acceptor/src/
Dcap_acceptor_sample_test.c49 extern uint64_t total_unicast_rx_iso_packet_count; in test_cap_acceptor_sample_tick()
57 if (total_unicast_rx_iso_packet_count < PASS_THRESHOLD || in test_cap_acceptor_sample_tick()
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/
Dcap_acceptor_unicast.c46 uint64_t total_unicast_rx_iso_packet_count; /* This value is exposed to test code */ variable
299 total_unicast_rx_iso_packet_count = 0U; in unicast_stream_started_cb()
335 if ((total_unicast_rx_iso_packet_count % 100U) == 0U) { in unicast_stream_recv_cb()
336 LOG_INF("Received %llu HCI ISO data packets", total_unicast_rx_iso_packet_count); in unicast_stream_recv_cb()
339 total_unicast_rx_iso_packet_count++; in unicast_stream_recv_cb()