Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/
Dreceiver.c24 uint32_t iso_recv_count; member
170 total_packets = stats->iso_recv_count + stats->iso_lost_count; in print_stats()
173 name, stats->iso_recv_count, total_packets, in print_stats()
174 (double)((float)stats->iso_recv_count * 100 / total_packets), in print_stats()
190 stats_current_sync.iso_recv_count++; in iso_recv()
191 stats_overall.iso_recv_count++; in iso_recv()
203 total_packets = stats_overall.iso_recv_count + stats_overall.iso_lost_count; in iso_recv()
217 stats_latest.iso_recv_count++; in iso_recv()
/Zephyr-latest/samples/bluetooth/iso_receive/src/
Dmain.c33 static uint32_t iso_recv_count; variable
220 iso_recv_count = count; in iso_recv()
224 if ((iso_recv_count % CONFIG_ISO_PRINT_INTERVAL) == 0) { in iso_recv()
231 iso_recv_count++; in iso_recv()
301 iso_recv_count = 0; in main()
/Zephyr-latest/samples/bluetooth/iso_connected_benchmark/src/
Dmain.c66 uint32_t iso_recv_count; member
186 total_packets = stats->iso_recv_count + stats->iso_lost_count; in print_stats()
189 name, stats->iso_recv_count, total_packets, in print_stats()
190 (double)((float)stats->iso_recv_count * 100 / total_packets), in print_stats()
267 stats_current_conn.iso_recv_count++; in iso_recv()
268 stats_overall.iso_recv_count++; in iso_recv()
280 total_packets = stats_overall.iso_recv_count + stats_overall.iso_lost_count; in iso_recv()
294 stats_latest.iso_recv_count++; in iso_recv()