Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/
Dreceiver.c38 static int64_t big_sync_start_time; variable
234 big_sync_start_time = k_uptime_get(); in iso_connected()
245 uint64_t big_sync_duration = k_uptime_get() - big_sync_start_time; in iso_disconnected()
485 big_sync_start_time = 0; in test_run_receiver()