abandonware / node-bluetooth-hci-socket

MIT License
42 stars 47 forks source link

[fix] fix windows _usbDeviceInterface address #41

Closed kele6ra closed 2 years ago

kele6ra commented 2 years ago

I found one thing with Windows OS, in https://github.com/abandonware/node-bluetooth-hci-socket/blob/master/lib/usb.js . My windows has _aclDataOutEndpoint with 0x01 address. I made check for undefined descriptor and using 0x01 if it undefined.