a2dp and avdtp improvements

This commit is contained in:
Gilles Boccon-Gibod
2023-04-25 14:15:41 -07:00
parent 4bd8c24f54
commit b6e1d569d3
3 changed files with 52 additions and 32 deletions

View File

@@ -5373,7 +5373,7 @@ class HCI_AclDataPacket:
def __str__(self):
return (
f'{color("ACL", "blue")}: '
f'handle=0x{self.connection_handle:04x}'
f'handle=0x{self.connection_handle:04x}, '
f'pb={self.pb_flag}, bc={self.bc_flag}, '
f'data_total_length={self.data_total_length}, '
f'data={self.data.hex()}'