summaryrefslogtreecommitdiff
path: root/shared-bindings/_bleio/PacketBuffer.h
AgeCommit message (Collapse)Author
2020-05-04add PacketBuffer .incoming_ and .outgoing_packet_lengthDan Halbert
2020-04-29back to '.packet_size' for compatiblityDan Halbert
2020-04-29rename and improve PacketBuffer packet length propertyDan 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.