circuitpython/shared-bindings/_bleio
Dan Halbert f5e913101c
Merge pull request #2301 from tannewt/support_extended_advertising
Add support for extended (>31 byte) BLE advertisements.
2019-12-06 23:51:05 -05:00
..
Adapter.c Merge remote-tracking branch 'adafruit/master' into support_extended_advertising 2019-11-26 13:12:43 -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 Use BluetoothError in _bleio 2019-11-20 14:02:15 -08: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