mirror of
https://github.com/google/bumble.git
synced 2026-05-08 03:58:01 +00:00
inclusive language
This commit is contained in:
@@ -6371,7 +6371,7 @@ class HCI_AclDataPacketAssembler:
|
||||
self.current_data = None
|
||||
self.l2cap_pdu_length = 0
|
||||
else:
|
||||
# Sanity check
|
||||
# Compliance check
|
||||
if len(self.current_data) > self.l2cap_pdu_length + 4:
|
||||
logger.warning('!!! ACL data exceeds L2CAP PDU')
|
||||
self.current_data = None
|
||||
|
||||
Reference in New Issue
Block a user