Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_scan.c1091 struct node_rx_pdu *node_rx2; local
1095 node_rx2 = ull_pdu_rx_alloc();
1096 LL_ASSERT(node_rx2);
1098 node_rx2->hdr.type = NODE_RX_TYPE_EXT_AUX_RELEASE;
1100 node_rx2->rx_ftr.param = lll;
1102 ull_rx_put_sched(node_rx2->hdr.link, node_rx2);
Dlll_scan_aux.c853 struct node_rx_pdu *node_rx2; in isr_rx() local
855 node_rx2 = ull_pdu_rx_alloc(); in isr_rx()
856 LL_ASSERT(node_rx2); in isr_rx()
858 node_rx2->hdr.type = NODE_RX_TYPE_EXT_AUX_RELEASE; in isr_rx()
869 node_rx2->rx_ftr.param = lll; in isr_rx()
871 ull_rx_put_sched(node_rx2->hdr.link, node_rx2); in isr_rx()