speed up libusb async hci transport

This commit is contained in:
matthias.ringwald@gmail.com 2015-01-04 17:20:55 +00:00
parent 70539b1863
commit 50095589a3

View File

@ -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];