btashton commented on pull request #1655: URL: https://github.com/apache/incubator-nuttx/pull/1655#issuecomment-681307400
> Very nice, indeed. Could you also support a USB Bluetooth HCI dongle with libusb and feed that into the stack as well? So right now the physical transport is agnostic since Linux takes care of that exposing a generic HCI interface, on my machine I have a fairly standard PCIe form factor dual Bluetooth Wifi chip and the Bluetooth half of it is USB. The downside of this is it is Linux specific, but I also get to put Wireshark in the middle at the controller level which means it gets to snoop on the encryption. If you want something more cross platform then yeah libusb is probably the way to go, the Xiaomi patch actually implemented a libusb interface for I think a standard CSR dongle. Instead of adding the tty interface on top it could be wired into the stack as a normal device. I do all my development on Linux and my interest is a little further up the stack so I probably would not implement this myself, but I would review it. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
