circuitpython/ports/espressif/common-hal/_bleio
Scott Shawcroft 8958e7ef08
Add S3 GATT client support
This allows you to connect to GATT services on the other device.
It also adds connection initiation (GAP central).

More progress on #5926
2022-02-10 11:31:57 -08:00
..
Adapter.c Add S3 GATT client support 2022-02-10 11:31:57 -08: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 S3 GATT client support 2022-02-10 11:31:57 -08:00
__init__.h Add S3 GATT client support 2022-02-10 11:31:57 -08:00
ble_events.c Add S3 GATT client support 2022-02-10 11:31:57 -08:00
ble_events.h Add S3 GATT client support 2022-02-10 11:31:57 -08: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