Skip to content

Commit 73bf27f

Browse files
cvinayakcarlescufi
authored andcommitted
Bluetooth: controller: split: Fix crash on terminate
Remove incorrect LL_ASSERT check in Lower Link Layer that checked for invalid connection handle on reception of PDU. The assert is not needed as PDUs can be received until the Upper Link Layer is aware of the acknowledgement of the terminate ind PDU. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
1 parent 6c2b793 commit 73bf27f

File tree

1 file changed

+0
-2
lines changed
  • subsys/bluetooth/controller/ll_sw/nordic/lll

1 file changed

+0
-2
lines changed

subsys/bluetooth/controller/ll_sw/nordic/lll/lll_conn.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,6 @@ void lll_conn_isr_rx(void *param)
305305
}
306306

307307
if (is_rx_enqueue) {
308-
LL_ASSERT(lll->handle != 0xFFFF);
309-
310308
ull_pdu_rx_alloc();
311309

312310
node_rx->hdr.type = NODE_RX_TYPE_DC_PDU;

0 commit comments

Comments
 (0)