Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_scan_aux.c183 struct lll_sync *sync_lll; in ull_scan_aux_setup() local
212 sync_lll = NULL; in ull_scan_aux_setup()
231 sync_lll = NULL; in ull_scan_aux_setup()
251 sync_lll = NULL; in ull_scan_aux_setup()
268 sync_lll = NULL; in ull_scan_aux_setup()
294 sync_lll = ftr->param; in ull_scan_aux_setup()
296 lll_aux = sync_lll->lll_aux; in ull_scan_aux_setup()
300 LL_ASSERT(sync_lll == aux->parent); in ull_scan_aux_setup()
314 sync = HDR_LLL2ULL(sync_lll); in ull_scan_aux_setup()
370 sync_lll = ftr->param; in ull_scan_aux_setup()
[all …]
Dull_adv_iso.c877 struct lll_adv_sync *sync_lll; in ull_adv_iso_chm_complete() local
883 sync_lll = adv_lll->sync; in ull_adv_iso_chm_complete()
886 while (sync_lll->iso_chm_done_req != sync_lll->iso_chm_done_ack) { in ull_adv_iso_chm_complete()
887 sync_lll->iso_chm_done_ack = sync_lll->iso_chm_done_req; in ull_adv_iso_chm_complete()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_df.c266 int lll_df_iq_report_no_resources_prepare(struct lll_sync *sync_lll) in lll_df_iq_report_no_resources_prepare() argument
275 if (!sync_lll->node_cte_incomplete && !sync_lll->is_cte_incomplete) { in lll_df_iq_report_no_resources_prepare()
307 sync_lll->node_cte_incomplete = cte_incomplete; in lll_df_iq_report_no_resources_prepare()
312 sync_lll->is_cte_incomplete = false; in lll_df_iq_report_no_resources_prepare()
Dlll_adv_iso.c864 struct lll_adv_sync *sync_lll; in isr_done_term() local
875 sync_lll = adv_lll->sync; in isr_done_term()
876 if (sync_lll->iso_chm_done_req == in isr_done_term()
877 sync_lll->iso_chm_done_ack) { in isr_done_term()
885 sync_lll->iso_chm_done_req++; in isr_done_term()