micropython/extmod/btstack
Damien George 3b6c9119eb extmod/modbluetooth: Add support for changing the GAP device name.
This commit allows the user to set/get the GAP device name used by service
0x1800, characteristic 0x2a00.  The usage is:

    BLE.config(gap_name="myname")
    print(BLE.config("gap_name"))

As part of this change the compile-time setting
MICROPY_PY_BLUETOOTH_DEFAULT_NAME is renamed to
MICROPY_PY_BLUETOOTH_DEFAULT_GAP_NAME to emphasise its link to GAP and this
new "gap_name" config value.  And the default value of this for the NimBLE
bindings is changed from "PYBD" to "MPY NIMBLE" to be more generic.
2020-05-11 21:30:41 +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 btstack to the unix submodules list. 2020-04-29 16:54:12 +10:00
modbluetooth_btstack.c extmod/modbluetooth: Add support for changing the GAP device name. 2020-05-11 21:30:41 +10:00
modbluetooth_btstack.h extmod/btstack: Implement more robust init/deinit sequencing. 2020-04-29 16:45:46 +10:00