Commit 860bb75a authored by Vinayak Kariappa Chettimada's avatar Vinayak Kariappa Chettimada Committed by Anas Nashif
Browse files

Bluetooth: controller: Fix dev assert in CPR implementation



Replace a development assertion in the implementation of
Connection Parameter Request Procedure with an internal
comment and handle transaction violation be ignoring the
PDU.

Signed-off-by: default avatarVinayak Kariappa Chettimada <vich@nordicsemi.no>
parent ff3659ca
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -6121,7 +6121,12 @@ static inline int ctrl_rx(memq_link_t *link, struct node_rx_pdu **rx,
				conn_upd_curr = conn;
			}
		} else {
			LL_ASSERT(0);
			/* Ignore duplicate request as peripheral is busy
			 * processing the previously initiated connection
			 * update request procedure.
			 */
			/* Mark for buffer for release */
			(*rx)->hdr.type = NODE_RX_TYPE_RELEASE;
		}
		break;