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()
306 LL_ASSERT(sync_lll == aux->parent); in ull_scan_aux_setup()
320 sync = HDR_LLL2ULL(sync_lll); in ull_scan_aux_setup()
376 sync_lll = ftr->param; in ull_scan_aux_setup()
377 LL_ASSERT(!sync_lll->lll_aux); in ull_scan_aux_setup()
[all …]
Dull_adv_iso.c905 struct lll_adv_sync *sync_lll; in ull_adv_iso_chm_complete() local
911 sync_lll = adv_lll->sync; in ull_adv_iso_chm_complete()
914 while (sync_lll->iso_chm_done_req != sync_lll->iso_chm_done_ack) { in ull_adv_iso_chm_complete()
915 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.c1045 struct lll_adv_sync *sync_lll; in isr_done_term() local
1056 sync_lll = adv_lll->sync; in isr_done_term()
1057 if (sync_lll->iso_chm_done_req == in isr_done_term()
1058 sync_lll->iso_chm_done_ack) { in isr_done_term()
1066 sync_lll->iso_chm_done_req++; in isr_done_term()