Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_filter.c118 static struct k_work_delayable rpa_work; variable
644 k_work_init_delayable(&rpa_work, rpa_timeout); in ull_filter_reset()
650 k_work_cancel_delayable(&rpa_work); in ull_filter_reset()
1288 k_work_schedule(&rpa_work, K_MSEC(rpa_timeout_ms)); in rpa_timeout()
1294 k_work_schedule(&rpa_work, K_MSEC(rpa_timeout_ms)); in rpa_refresh_start()
1299 k_work_cancel_delayable(&rpa_work); in rpa_refresh_stop()