Home
last modified time | relevance | path

Searched refs:last_pdu (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_adv_sync.c190 lll->last_pdu = pdu;
200 lll->last_pdu = NULL;
372 err = aux_ptr_get(lll_sync->last_pdu, &aux_ptr);
379 pdu = lll_adv_pdu_linked_next_get(lll_sync->last_pdu);
383 lll_sync->last_pdu = pdu;
490 if (!lll->last_pdu) {
495 chain_pdu = lll_adv_pdu_linked_next_get(lll->last_pdu);
Dlll_adv_aux.c266 lll->last_pdu = sec_pdu; in prepare_cb()
277 lll->last_pdu = NULL; in prepare_cb()
464 err = aux_ptr_get(lll_aux->last_pdu, &aux_ptr); in isr_tx_chain()
471 pdu = lll_adv_pdu_linked_next_get(lll_aux->last_pdu); in isr_tx_chain()
475 lll_aux->last_pdu = pdu; in isr_tx_chain()
532 if (!lll->last_pdu) { in chain_pdu_aux_ptr_chan_idx_set()
537 chain_pdu = lll_adv_pdu_linked_next_get(lll->last_pdu); in chain_pdu_aux_ptr_chan_idx_set()
790 lll_aux->last_pdu = sr_pdu; in isr_rx_pdu()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dlll_adv.h125 struct pdu_adv *last_pdu; member
165 struct pdu_adv *last_pdu; member
Disoal.c739 bool last_pdu; in isoal_rx_unframed_consume() local
847 last_pdu = (sp->pdu_cnt == session->pdus_per_sdu); in isoal_rx_unframed_consume()
848 end_of_packet = (llid == PDU_BIS_LLID_COMPLETE_END) || last_pdu || pdu_err; in isoal_rx_unframed_consume()
856 if (last_pdu) { in isoal_rx_unframed_consume()
864 if (last_pdu) { in isoal_rx_unframed_consume()
872 if (last_pdu) { in isoal_rx_unframed_consume()
891 if (last_pdu) { in isoal_rx_unframed_consume()
934 } else if (last_pdu && sp->only_padding) { in isoal_rx_unframed_consume()
937 } else if (last_pdu && (llid != PDU_BIS_LLID_COMPLETE_END) && in isoal_rx_unframed_consume()
Dull_adv_sync.c1849 struct pdu_adv *last_pdu; local
1869 last_pdu = pdu;
2172 struct pdu_adv *last_pdu = pdu; local
2188 last_pdu = pdu;
2246 pdu = last_pdu;