Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/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 (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-Core-3.4.0/samples/bluetooth/iso_receive/src/
Dmain.c33 static uint32_t iso_recv_count; variable
221 iso_recv_count = count; in iso_recv()
225 if ((iso_recv_count % CONFIG_ISO_PRINT_INTERVAL) == 0) { in iso_recv()
232 iso_recv_count++; in iso_recv()
292 iso_recv_count = 0; in main()
/Zephyr-Core-3.4.0/samples/bluetooth/iso_connected_benchmark/src/
Dmain.c47 uint32_t iso_recv_count; member
145 total_packets = stats->iso_recv_count + stats->iso_lost_count; in print_stats()
148 name, stats->iso_recv_count, total_packets, in print_stats()
149 (float)stats->iso_recv_count * 100 / total_packets, in print_stats()
223 stats_current_conn.iso_recv_count++; in iso_recv()
224 stats_overall.iso_recv_count++; in iso_recv()
236 total_packets = stats_overall.iso_recv_count + stats_overall.iso_lost_count; in iso_recv()
250 stats_latest.iso_recv_count++; in iso_recv()