Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/
Dreceiver.c206 struct iso_recv_stats stats_latest = { 0 }; in iso_recv() local
217 stats_latest.iso_recv_count++; in iso_recv()
219 stats_latest.iso_lost_count++; in iso_recv()
225 print_stats("Latest 1000 ", &stats_latest); in iso_recv()
/Zephyr-latest/samples/bluetooth/iso_connected_benchmark/src/
Dmain.c283 struct iso_recv_stats stats_latest = { 0 }; in iso_recv() local
294 stats_latest.iso_recv_count++; in iso_recv()
296 stats_latest.iso_lost_count++; in iso_recv()
302 print_stats("Latest 1000 ", &stats_latest); in iso_recv()