micropython/extmod/btstack
Jim Mussared 1937fb22ab extmod/nimble: Clarify active state and check for active in all methods.
This commit ensures that the BLE stack is active before allowing operations
that may otherwise crash if it's not active.  It also clarifies the state
better (adding the "stopping" state) and renames mp_bluetooth_is_enabled to
the more self-explanatory mp_bluetooth_is_active.
2020-03-11 13:01:35 +11:00
..
btstack.mk extmod/btstack: Add empty modbluetooth implementation. 2020-03-10 01:53:42 +11:00
btstack_config.h extmod/btstack: Add empty modbluetooth implementation. 2020-03-10 01:53:42 +11:00
modbluetooth_btstack.c extmod/nimble: Clarify active state and check for active in all methods. 2020-03-11 13:01:35 +11:00
modbluetooth_btstack.h extmod/btstack: Implement notifications/indications for GATT clients. 2020-03-10 01:53:42 +11:00