micropython/extmod
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
..
axtls-include
btstack extmod/modbluetooth: Add support for changing the GAP device name. 2020-05-11 21:30:41 +10:00
crypto-algorithms
lwip-include
nimble extmod/modbluetooth: Add support for changing the GAP device name. 2020-05-11 21:30:41 +10:00
re1.5
uasyncio extmod/uasyncio: Change cannot to can't in error message, and test exp. 2020-04-14 21:51:25 +10:00
uzlib
webrepl
extmod.mk py/stream: Remove mp_stream_errno and use system errno instead. 2020-04-27 23:58:46 +10:00
machine_i2c.c all: Use MP_ERROR_TEXT for all error messages. 2020-04-05 15:02:06 +10:00
machine_i2c.h
machine_mem.c all: Use MP_ERROR_TEXT for all error messages. 2020-04-05 15:02:06 +10:00
machine_mem.h
machine_pinbase.c
machine_pinbase.h
machine_pulse.c
machine_pulse.h
machine_signal.c
machine_signal.h
machine_spi.c all: Use MP_ERROR_TEXT for all error messages. 2020-04-05 15:02:06 +10:00
machine_spi.h
misc.h
modbluetooth.c extmod/modbluetooth: Add support for changing the GAP device name. 2020-05-11 21:30:41 +10:00
modbluetooth.h extmod/modbluetooth: Add support for changing the GAP device name. 2020-05-11 21:30:41 +10:00
modbluetooth_hci.h
modbtree.c extmod/modbtree: Retain reference to underlying stream so it's not GC'd. 2020-05-02 16:08:04 +10:00
modframebuf.c all: Use MP_ERROR_TEXT for all error messages. 2020-04-05 15:02:06 +10:00
modlwip.c all: Fix implicit floating point to integer conversions. 2020-04-18 22:42:24 +10:00
modonewire.c
moduasyncio.c all: Clean up error strings to use lowercase and change cannot to can't. 2020-04-13 22:19:37 +10:00
modubinascii.c all: Format code to add space after C++-style comment start. 2020-04-23 11:24:25 +10:00
moducryptolib.c all: Format code to add space after C++-style comment start. 2020-04-23 11:24:25 +10:00
moductypes.c all: Format code to add space after C++-style comment start. 2020-04-23 11:24:25 +10:00
moduhashlib.c all: Format code to add space after C++-style comment start. 2020-04-23 11:24:25 +10:00
moduheapq.c all: Format code to add space after C++-style comment start. 2020-04-23 11:24:25 +10:00
modujson.c all: Format code to add space after C++-style comment start. 2020-04-23 11:24:25 +10:00
modurandom.c all: Format code to add space after C++-style comment start. 2020-04-23 11:24:25 +10:00
modure.c all: Format code to add space after C++-style comment start. 2020-04-23 11:24:25 +10:00
moduselect.c all: Fix implicit floating point promotion. 2020-04-18 22:36:14 +10:00
modussl_axtls.c all: Use MP_ERROR_TEXT for all error messages. 2020-04-05 15:02:06 +10:00
modussl_mbedtls.c all: Use MP_ERROR_TEXT for all error messages. 2020-04-05 15:02:06 +10:00
modutimeq.c all: Format code to add space after C++-style comment start. 2020-04-23 11:24:25 +10:00
moduwebsocket.c all: Format code to add space after C++-style comment start. 2020-04-23 11:24:25 +10:00
moduwebsocket.h
moduzlib.c all: Use MP_ERROR_TEXT for all error messages. 2020-04-05 15:02:06 +10:00
modwebrepl.c all: Format code to add space after C++-style comment start. 2020-04-23 11:24:25 +10:00
network_cyw43.c all: Format code to add space after C++-style comment start. 2020-04-23 11:24:25 +10:00
network_cyw43.h
uos_dupterm.c all: Use MP_ERROR_TEXT for all error messages. 2020-04-05 15:02:06 +10:00
utime_mphal.c
utime_mphal.h
vfs.c
vfs.h
vfs_blockdev.c
vfs_fat.c
vfs_fat.h
vfs_fat_diskio.c
vfs_fat_file.c
vfs_lfs.c
vfs_lfs.h
vfs_lfsx.c extmod/vfs_lfsx: Fix rename to respect cur dir for new path. 2020-05-08 21:54:04 +10:00
vfs_lfsx_file.c
vfs_posix.c
vfs_posix.h
vfs_posix_file.c all: Use MP_ERROR_TEXT for all error messages. 2020-04-05 15:02:06 +10:00
vfs_reader.c
virtpin.c
virtpin.h