Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_sync.c211 bool cte_ok; in lll_sync_cte_is_allowed() local
219 cte_ok = false; in lll_sync_cte_is_allowed()
223 cte_ok = !(cte_type_mask & in lll_sync_cte_is_allowed()
227 cte_ok = !(cte_type_mask & in lll_sync_cte_is_allowed()
231 cte_ok = !(cte_type_mask & in lll_sync_cte_is_allowed()
236 cte_ok = false; in lll_sync_cte_is_allowed()
246 cte_ok = false; in lll_sync_cte_is_allowed()
248 cte_ok = true; in lll_sync_cte_is_allowed()
252 if (!cte_ok) { in lll_sync_cte_is_allowed()
Dlll_test.c216 bool cte_ok = 0; in isr_rx() local
256 cte_ok = check_rx_cte(cte_ready); in isr_rx()
257 if (cte_ok) { in isr_rx()
269 if (cte_ok) { in isr_rx()