Home
last modified time | relevance | path

Searched refs:node_rx2 (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_scan.c1096 struct node_rx_pdu *node_rx2; local
1100 node_rx2 = ull_pdu_rx_alloc();
1101 LL_ASSERT(node_rx2);
1103 node_rx2->hdr.type = NODE_RX_TYPE_EXT_AUX_RELEASE;
1105 node_rx2->rx_ftr.param = lll;
1106 node_rx2->rx_ftr.lll_aux = lll->lll_aux;
1108 ull_rx_put_sched(node_rx2->hdr.link, node_rx2);
Dlll_scan_aux.c884 struct node_rx_pdu *node_rx2; in isr_rx() local
886 node_rx2 = ull_pdu_rx_alloc(); in isr_rx()
887 LL_ASSERT(node_rx2); in isr_rx()
889 node_rx2->hdr.type = NODE_RX_TYPE_EXT_AUX_RELEASE; in isr_rx()
900 node_rx2->rx_ftr.param = lll; in isr_rx()
901 node_rx2->rx_ftr.lll_aux = lll->lll_aux; in isr_rx()
903 ull_rx_put_sched(node_rx2->hdr.link, node_rx2); in isr_rx()