diff --git a/platforms/posix/src/hci_transport_h2_libusb.c b/platforms/posix/src/hci_transport_h2_libusb.c index 357b4f758..c236e0295 100644 --- a/platforms/posix/src/hci_transport_h2_libusb.c +++ b/platforms/posix/src/hci_transport_h2_libusb.c @@ -105,7 +105,7 @@ static libusb_device_handle * handle; #define ASYNC_BUFFERS 2 #define AYSNC_POLLING_INTERVAL_MS 1 -#define NUM_ISO_PACKETS 4 +#define NUM_ISO_PACKETS 16 #define SCO_PACKET_SIZE 49 static struct libusb_transfer *command_out_transfer;