Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_filter.c116 static int64_t rpa_last_ms; variable
637 rpa_last_ms = -1; in ull_filter_reset()
741 bool all = timeout || (rpa_last_ms == -1) || in ull_filter_rpa_update()
742 (now - rpa_last_ms >= rpa_timeout_ms); in ull_filter_rpa_update()
784 rpa_last_ms = now; in ull_filter_rpa_update()