Fix ISO packet issues

This commit is contained in:
Josh Wu
2023-12-04 20:11:22 +08:00
parent 3adcc8be09
commit d6afbc6f4e
3 changed files with 32 additions and 2 deletions
+1
View File
@@ -42,6 +42,7 @@ HCI_PACKET_INFO: Dict[int, Tuple[int, int, str]] = {
hci.HCI_ACL_DATA_PACKET: (2, 2, 'H'),
hci.HCI_SYNCHRONOUS_DATA_PACKET: (1, 2, 'B'),
hci.HCI_EVENT_PACKET: (1, 1, 'B'),
hci.HCI_ISO_DATA_PACKET: (2, 2, 'H'),
}