circuitpython/ports/espressif/common-hal/_bleio
Neradoc 50a9beda04 Retrieve the BLE name from dotenv if available
Format:
CIRCUITPY_BLE_NAME = My BLE Board

- the length is limited to 31 characters
- for the NRF version it repeatedly truncates the name if it's too long
- the ESP version defaults to "nimble" if the name is too long
2022-07-14 11:55:53 +02:00
..
Adapter.c Retrieve the BLE name from dotenv if available 2022-07-14 11:55:53 +02:00
Adapter.h Support BLE advertising on ESP 2022-01-27 17:40:37 -08:00
Attribute.c Add BLE scanning for S3 and C3. 2022-01-25 16:28:46 -08:00
Attribute.h Add BLE scanning for S3 and C3. 2022-01-25 16:28:46 -08:00
Characteristic.c Add S3 GATT client support 2022-02-10 11:31:57 -08:00
Characteristic.h Add S3 GATT client support 2022-02-10 11:31:57 -08:00
CharacteristicBuffer.c Add S3 GATT client support 2022-02-10 11:31:57 -08:00
CharacteristicBuffer.h Add BLE scanning for S3 and C3. 2022-01-25 16:28:46 -08:00
Connection.c Add S3 GATT client support 2022-02-10 11:31:57 -08:00
Connection.h Support BLE advertising on ESP 2022-01-27 17:40:37 -08:00
Descriptor.c Add S3 GATT client support 2022-02-10 11:31:57 -08:00
Descriptor.h Add S3 GATT client support 2022-02-10 11:31:57 -08:00
PacketBuffer.c Add S3 GATT client support 2022-02-10 11:31:57 -08:00
PacketBuffer.h Add BLE scanning for S3 and C3. 2022-01-25 16:28:46 -08:00
Service.c Add S3 GATT client support 2022-02-10 11:31:57 -08:00
Service.h Add BLE scanning for S3 and C3. 2022-01-25 16:28:46 -08:00
UUID.c Support BLE advertising on ESP 2022-01-27 17:40:37 -08:00
UUID.h Add BLE scanning for S3 and C3. 2022-01-25 16:28:46 -08:00
__init__.c Add two stage reset for BLE 2022-05-12 13:20:44 -07:00
__init__.h Add S3 GATT client support 2022-02-10 11:31:57 -08:00
ble_events.c Add two stage reset for BLE 2022-05-12 13:20:44 -07:00
ble_events.h Add two stage reset for BLE 2022-05-12 13:20:44 -07:00
bonding.c Add BLE scanning for S3 and C3. 2022-01-25 16:28:46 -08:00
bonding.h Add BLE scanning for S3 and C3. 2022-01-25 16:28:46 -08:00