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 <vich@nordicsemi.no>
This commit is contained in:
parent
6c2b7937c5
commit
73bf27f243
1 changed files with 0 additions and 2 deletions
|
@ -305,8 +305,6 @@ lll_conn_isr_rx_exit:
|
||||||
}
|
}
|
||||||
|
|
||||||
if (is_rx_enqueue) {
|
if (is_rx_enqueue) {
|
||||||
LL_ASSERT(lll->handle != 0xFFFF);
|
|
||||||
|
|
||||||
ull_pdu_rx_alloc();
|
ull_pdu_rx_alloc();
|
||||||
|
|
||||||
node_rx->hdr.type = NODE_RX_TYPE_DC_PDU;
|
node_rx->hdr.type = NODE_RX_TYPE_DC_PDU;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue