Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/
Dreceiver.c185 static size_t stats_latest_arr_pos; in iso_recv() local
192 stats_latest_arr[stats_latest_arr_pos++] = true; in iso_recv()
196 stats_latest_arr[stats_latest_arr_pos++] = false; in iso_recv()
199 if (stats_latest_arr_pos == sizeof(stats_latest_arr)) { in iso_recv()
200 stats_latest_arr_pos = 0; in iso_recv()
/Zephyr-latest/samples/bluetooth/iso_connected_benchmark/src/
Dmain.c262 static size_t stats_latest_arr_pos; in iso_recv() local
269 stats_latest_arr[stats_latest_arr_pos++] = true; in iso_recv()
273 stats_latest_arr[stats_latest_arr_pos++] = false; in iso_recv()
276 if (stats_latest_arr_pos == sizeof(stats_latest_arr)) { in iso_recv()
277 stats_latest_arr_pos = 0; in iso_recv()