summaryrefslogtreecommitdiff
path: root/shared-bindings/_bleio/PacketBuffer.c
AgeCommit message (Collapse)Author
2020-01-27PacketBuffer.packet_size was returning bool instead of intDan Halbert
2020-01-03Add PacketBuffer and MTU negotiation support.Scott Shawcroft
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.