Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/samples/bluetooth/iso_broadcast_benchmark/src/
Dreceiver.c41 static struct iso_recv_stats stats_current_sync; variable
190 stats_current_sync.iso_recv_count++; in iso_recv()
194 stats_current_sync.iso_lost_count++; in iso_recv()
224 print_stats("Current Sync", &stats_current_sync); in iso_recv()
484 memset(&stats_current_sync, 0, sizeof(stats_current_sync)); in test_run_receiver()