circuitpython/shared-bindings/_bleio
Scott Shawcroft 9a3d45e7d0
Add extended, connectable and scannable error.
Related to https://github.com/adafruit/Adafruit_CircuitPython_BLE/issues/44
2019-12-12 13:46:59 -08:00
..
Adapter.c Add extended, connectable and scannable error. 2019-12-12 13:46:59 -08:00
Adapter.h Fix pairing when peripheral. Central untested. 2019-11-21 16:32:42 -08:00
Address.c Refine _bleio 2019-10-21 18:57:03 -07:00
Address.h rename bleio module to _bleio 2019-08-29 18:44:27 -04:00
Attribute.c rename bleio module to _bleio 2019-08-29 18:44:27 -04:00
Attribute.h rename bleio module to _bleio 2019-08-29 18:44:27 -04:00
Characteristic.c Clean up debug changes 2019-11-21 16:39:57 -08:00
Characteristic.h Refine _bleio 2019-10-21 18:57:03 -07:00
CharacteristicBuffer.c protocols: Allow them to be (optionally) type-safe 2019-12-04 09:29:57 -06:00
CharacteristicBuffer.h rename bleio module to _bleio 2019-08-29 18:44:27 -04:00
Connection.c Check connection validity after service discovery. 2019-12-06 16:03:14 -08:00
Connection.h Check connection validity after service discovery. 2019-12-06 16:03:14 -08:00
Descriptor.c Use BluetoothError in _bleio 2019-11-20 14:02:15 -08:00
Descriptor.h Refine _bleio 2019-10-21 18:57:03 -07:00
ScanEntry.c Refine _bleio 2019-10-21 18:57:03 -07:00
ScanEntry.h Refine _bleio 2019-10-21 18:57:03 -07:00
ScanResults.c Refine _bleio 2019-10-21 18:57:03 -07:00
ScanResults.h Refine _bleio 2019-10-21 18:57:03 -07:00
Service.c Check connection validity after service discovery. 2019-12-06 16:03:14 -08:00
Service.h Refine _bleio 2019-10-21 18:57:03 -07:00
UUID.c Refine _bleio 2019-10-21 18:57:03 -07:00
UUID.h Refine _bleio 2019-10-21 18:57:03 -07:00
__init__.c Only add module when printing exception. 2019-11-21 12:26:25 -08:00
__init__.h Improve printing to include _bleio. prefix for type. 2019-11-21 11:04:17 -08:00