Lines Matching refs:aux
333 const struct ll_adv_aux_set *aux; in group_free_slot_get() local
335 aux = ull_adv_aux_get(ticker_id - in group_free_slot_get()
337 if (aux->lll.adv->sync) { in group_free_slot_get()
340 sync = HDR_LLL2ULL(aux->lll.adv->sync); in group_free_slot_get()
632 struct ll_adv_aux_set *aux; in ull_hdr_get_cb() local
634 aux = ull_adv_aux_get(ticker_id - TICKER_ID_ADV_AUX_BASE); in ull_hdr_get_cb()
635 if (aux) { in ull_hdr_get_cb()
639 time_us = ull_adv_aux_time_get(aux, PDU_AC_PAYLOAD_SIZE_MAX, in ull_hdr_get_cb()
643 *ticks_slot = aux->ull.ticks_slot; in ull_hdr_get_cb()
649 sync = HDR_LLL2ULL(aux->lll.adv->sync); in ull_hdr_get_cb()
657 return &aux->ull; in ull_hdr_get_cb()