circuitpython/ports/nrf/common-hal/_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
..
Adapter.c Add PacketBuffer and MTU negotiation support. 2020-01-03 17:29:54 -08:00
Adapter.h Add PacketBuffer and MTU negotiation support. 2020-01-03 17:29:54 -08: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 Add PacketBuffer and MTU negotiation support. 2020-01-03 17:29:54 -08:00
Characteristic.h Refine _bleio 2019-10-21 18:57:03 -07:00
CharacteristicBuffer.c Supervisor: move most of systick to the supervisor 2019-11-18 11:01:23 -06:00
CharacteristicBuffer.h rename bleio module to _bleio 2019-08-29 18:44:27 -04:00
Connection.c Add PacketBuffer and MTU negotiation support. 2020-01-03 17:29:54 -08:00
Connection.h Add PacketBuffer and MTU negotiation support. 2020-01-03 17:29:54 -08:00
Descriptor.c Refine _bleio 2019-10-21 18:57:03 -07: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
Service.c Add connection interval and debugging 2019-12-04 14:39:02 -08:00
Service.h Refine _bleio 2019-10-21 18:57:03 -07:00
UUID.c Use BluetoothError in _bleio 2019-11-20 14:02:15 -08:00
UUID.h rename bleio module to _bleio 2019-08-29 18:44:27 -04:00
__init__.c Add PacketBuffer and MTU negotiation support. 2020-01-03 17:29:54 -08:00
__init__.h Use BluetoothError in _bleio 2019-11-20 14:02:15 -08:00