We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d65f8e3 commit 590b860Copy full SHA for 590b860
subsys/bluetooth/controller/ll_sw/nordic/lll/lll_scan_aux.c
@@ -1613,9 +1613,14 @@ static void isr_rx_connect_rsp(void *param)
1613
1614
ull_rx_put_sched(rx->hdr.link, rx);
1615
1616
- if (lll->lll_aux) {
+ /* Check if LLL scheduled auxiliary PDU reception by scan
1617
+ * context or auxiliary PDU reception by aux context
1618
+ */
1619
+ if (lll->is_aux_sched) {
1620
struct node_rx_pdu *node_rx;
1621
1622
+ lll->is_aux_sched = 0U;
1623
+
1624
/* Send message to flush Auxiliary PDU list */
1625
node_rx = ull_pdu_rx_alloc();
1626
LL_ASSERT(node_rx);
0 commit comments