circuitpython/shared-bindings/_bleio
Scott Shawcroft 82fb761c0f
Add PacketBuffer and MTU negotiation support.
PacketBuffer facilitates packet oriented BLE protocols such as BLE
MIDI and the Apple Media Service.

This also adds PHY, MTU and connection event extension negotiation
to speed up data transfer when possible.
2020-01-03 17:29:54 -08:00
..
__init__.c Add PacketBuffer and MTU negotiation support. 2020-01-03 17:29:54 -08:00
__init__.h Improve printing to include _bleio. prefix for type. 2019-11-21 11:04:17 -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
PacketBuffer.c Add PacketBuffer and MTU negotiation support. 2020-01-03 17:29:54 -08:00
PacketBuffer.h Add PacketBuffer and MTU negotiation support. 2020-01-03 17:29:54 -08: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