Bluetooth: controller: Remove assert on invalid LL id
Remove an assert on receiving invalid LL id, drop these invalid PDUs. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
cdfdac394a
commit
482771c497
1 changed files with 1 additions and 1 deletions
|
@ -3278,7 +3278,7 @@ isr_rx_conn_pkt(struct radio_pdu_node_rx *radio_pdu_node_rx,
|
|||
break;
|
||||
case PDU_DATA_LLID_RESV:
|
||||
default:
|
||||
LL_ASSERT(0);
|
||||
/* Invalid LL id, drop it. */
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue