Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_rx/src/
Dmain.c41 static uint16_t sync_create_timeout; variable
257 sync_create_timeout = sync_create_timeout_get(info->interval); in scan_recv()
276 sync_create_param.timeout = sync_create_timeout; in create_sync()
411 err = k_sem_take(&sem_per_sync, K_MSEC(sync_create_timeout)); in main()