Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_df.c111 lll_sync->cte_started = 1U; in lll_df_cte_tx_enable()
114 if (lll_sync->cte_started) { in lll_df_cte_tx_enable()
116 lll_sync->cte_started = 0U; in lll_df_cte_tx_enable()
121 if (lll_sync->cte_started) { in lll_df_cte_tx_enable()
123 lll_sync->cte_started = 0U; in lll_df_cte_tx_enable()
Dlll_adv_sync.c322 if (lll->cte_started) {
529 if (lll->cte_started) {
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dlll_adv.h144 uint8_t cte_started:1; member