mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-20 18:40:31 +00:00
speed up libusb async hci transport
This commit is contained in:
parent
70539b1863
commit
50095589a3
@ -94,7 +94,7 @@ static libusb_device * dev;
|
||||
static libusb_device_handle * handle;
|
||||
|
||||
#define ASYNC_BUFFERS 20
|
||||
#define AYSNC_POLLING_INTERVAL_MS 3
|
||||
#define AYSNC_POLLING_INTERVAL_MS 1
|
||||
|
||||
static struct libusb_transfer *event_in_transfer[ASYNC_BUFFERS];
|
||||
static struct libusb_transfer *bulk_in_transfer[ASYNC_BUFFERS];
|
||||
|
Loading…
x
Reference in New Issue
Block a user