circuitpython/extmod/nimble
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
..
bsp extmod/nimble: Add nimble bindings. 2019-10-01 09:51:02 +10:00
hal stm32: Refactor bluetooth stack/hci/driver bindings. 2020-03-10 01:53:42 +11:00
nimble stm32: Refactor Bluetooth HCI RX to be independent of transport layer. 2020-03-10 01:53:42 +11:00
syscfg extmod/modbluetooth: Increase maximum connections from 1 to 4. 2019-10-15 17:20:25 +11:00
modbluetooth_nimble.c extmod/nimble: Clarify active state and check for active in all methods. 2020-03-11 13:01:35 +11:00
modbluetooth_nimble.h extmod/nimble: Clarify active state and check for active in all methods. 2020-03-11 13:01:35 +11:00
nimble.mk stm32: Refactor bluetooth stack/hci/driver bindings. 2020-03-10 01:53:42 +11:00