Merge pull request #870 from antipatico/feat_AV53C1

This commit is contained in:
Gilles Boccon-Gibod
2026-01-20 10:46:52 -08:00
5 changed files with 351 additions and 269 deletions

View File

@@ -791,7 +791,9 @@ class Host(utils.EventEmitter):
data=pdu,
)
logger.debug(
'>>> ACL packet enqueue: (Handle=0x%04X) %s', connection_handle, pdu
'>>> ACL packet enqueue: (handle=0x%04X) %s',
connection_handle,
pdu.hex(),
)
packet_queue.enqueue(acl_packet, connection_handle)