micropython/extmod/btstack
Damien George 899e89d4c6 extmod/btstack: Pass through SCAN_RSP events.
The latest version of BTstack has a bug fixed so that it correctly
configures scan parameters if they are set right after activating the
stack.  This means that BLE.gap_scan() will correctly set the scanning to
passive and so SCAN_RSP events are not passed through, so we don't need to
explicitly filter them in our bindings.
2020-04-07 13:46:56 +10:00
..
btstack_config.h extmod/btstack: Add empty modbluetooth implementation. 2020-03-10 01:53:42 +11:00
btstack.mk extmod/btstack: Add empty modbluetooth implementation. 2020-03-10 01:53:42 +11:00
modbluetooth_btstack.c extmod/btstack: Pass through SCAN_RSP events. 2020-04-07 13:46:56 +10:00
modbluetooth_btstack.h extmod/btstack: Implement notifications/indications for GATT clients. 2020-03-10 01:53:42 +11:00