Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/
Dlll_sync.h84 enum sync_status lll_sync_cte_is_allowed(uint8_t cte_type_mask, uint8_t filter_policy,
Dull_sync.c941 sync_status = lll_sync_cte_is_allowed(lll->cte_type, lll->filter_policy,
944 sync_status = lll_sync_cte_is_allowed(lll->cte_type, lll->filter_policy, 0,
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_sync.c206 enum sync_status lll_sync_cte_is_allowed(uint8_t cte_type_mask, uint8_t filter_policy, in lll_sync_cte_is_allowed() function
1430 return lll_sync_cte_is_allowed(cte_type_mask, filter_policy, rx_cte_time, rx_cte_type); in sync_filtrate_by_cte_type()