Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/subsys/bluetooth/controller/ll_sw/
Dull_filter.c112 static struct k_work_delayable rpa_work; variable
655 k_work_init_delayable(&rpa_work, rpa_timeout); in ull_filter_reset()
661 k_work_cancel_delayable(&rpa_work); in ull_filter_reset()
1029 k_work_schedule(&rpa_work, K_MSEC(rpa_timeout_ms)); in rpa_timeout()
1035 k_work_schedule(&rpa_work, K_MSEC(rpa_timeout_ms)); in rpa_refresh_start()
1040 k_work_cancel_delayable(&rpa_work); in rpa_refresh_stop()