Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/
Dreceiver.c20 #define PA_RETRY_COUNT 6 macro
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.c23 #define PA_RETRY_COUNT 6 macro
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()