Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/
Dreceiver.c34 static uint32_t per_interval_us; variable
110 per_interval_us = BT_CONN_INTERVAL_TO_US(info->interval); in scan_recv()
313 sync_create_param.timeout = (per_interval_us * PA_RETRY_COUNT) / (10 * USEC_PER_MSEC); in create_pa_sync()
314 sem_timeout_us = per_interval_us * PA_RETRY_COUNT; in create_pa_sync()
344 uint32_t sem_timeout_us = per_interval_us * PA_RETRY_COUNT; in create_big_sync()
/Zephyr-latest/samples/bluetooth/iso_receive/src/
Dmain.c31 static uint32_t per_interval_us; variable
121 per_interval_us = BT_CONN_INTERVAL_TO_US(info->interval); in scan_recv()
382 sync_create_param.timeout = (per_interval_us * PA_RETRY_COUNT) / in main()
384 sem_timeout_us = per_interval_us * PA_RETRY_COUNT; in main()