Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/subsys/bluetooth/controller/ll_sw/
Dlll_sync.h85 uint8_t rx_cte_time, uint8_t rx_cte_type);
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_sync.c207 uint8_t rx_cte_time, uint8_t rx_cte_type) in lll_sync_cte_is_allowed() argument
215 if (rx_cte_time > 0) { in lll_sync_cte_is_allowed()
1424 uint8_t rx_cte_time; in sync_filtrate_by_cte_type() local
1427 rx_cte_time = nrf_radio_cte_time_get(NRF_RADIO); in sync_filtrate_by_cte_type()
1430 return lll_sync_cte_is_allowed(cte_type_mask, filter_policy, rx_cte_time, rx_cte_type); in sync_filtrate_by_cte_type()