circuitpython/extmod/btstack
Jim Mussared 7563d58210 unix: Add support for modbluetooth and BLE using btstack.
This commit adds full support to the unix port for Bluetooth using the
common extmod/modbluetooth Python bindings.  This uses the libusb HCI
transport, which supports many common USB BT adaptors.
2020-04-29 16:45:46 +10:00
..
btstack_config.h unix: Add support for modbluetooth and BLE using btstack. 2020-04-29 16:45:46 +10:00
btstack.mk unix: Add support for modbluetooth and BLE using btstack. 2020-04-29 16:45:46 +10:00
modbluetooth_btstack.c extmod/btstack: Implement more robust init/deinit sequencing. 2020-04-29 16:45:46 +10:00
modbluetooth_btstack.h extmod/btstack: Implement more robust init/deinit sequencing. 2020-04-29 16:45:46 +10:00