support per-transport ACL queues

This commit is contained in:
Gilles Boccon-Gibod
2023-12-22 13:52:33 -08:00
parent a286700239
commit 47fe93a148
5 changed files with 151 additions and 95 deletions

View File

@@ -108,7 +108,7 @@ async def open_usb_transport(spec: str) -> Transport:
USB_DEVICE_PROTOCOL_BLUETOOTH_PRIMARY_CONTROLLER,
)
READ_SIZE = 1024
READ_SIZE = 4096
class UsbPacketSink:
def __init__(self, device, acl_out):