Skip to content

Commit 9922380

Browse files
kevin-whisperNahal Farhi
authored andcommitted
modifying comment to kick off github workflows again
1 parent 2f2392c commit 9922380

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ static inline int isr_rx_pdu(struct lll_conn *lll, struct pdu_data *pdu_data_rx,
947947
// *** Whisper Change: Added checks for link-layer ID being PDU_DATA_LLID_RESV
948948
// *** Apple uses this normally reserved packet type for LEAS audio packets and
949949
// *** has re-purposed the NESN field for something different so we don't want
950-
// *** to update the NESN field if it's an LEAS packet.
950+
// *** to update the NESN field if it's an LEAS audio packet.
951951
if ((pdu_data_rx->sn == lll->nesn || pdu_data_rx->ll_id == PDU_DATA_LLID_RESV) &&
952952
/* check so that we will NEVER use the rx buffer reserved for empty
953953
* packet and internal control enqueue

0 commit comments

Comments
 (0)