summaryrefslogtreecommitdiff
path: root/shared-bindings/_bleio/PacketBuffer.c
AgeCommit message (Collapse)Author
2020-10-07Replace _bleio.ConnectionError with the native versionScott Shawcroft
Replace uses of _bleio.ConnectionError with regular ConnectionError Fixes #3008
2020-07-27Fix several type hintsTaku Fukada
2020-07-03Made every init return Nonedherrada
2020-07-03Made most of the requested changesdherrada
2020-07-02Changed unions to ReadableBuffer and WriteableBufferdherrada
2020-07-02Added type hints to _bleiodherrada
2020-05-12Swap sphinx to autoapi and the inline stubsScott Shawcroft
2020-05-12Merge branch 'master' into masterdherrada
2020-05-04trivial change to force rebuildDan Halbert
2020-05-04address review commentsDan Halbert
2020-05-04add PacketBuffer .incoming_ and .outgoing_packet_lengthDan Halbert
2020-05-01Did audiopwmio, bitbangio, and _bleiodherrada
2020-04-30PacketBuffer doc fixesDan Halbert
2020-04-29back to '.packet_size' for compatiblityDan Halbert
2020-04-29rename and improve PacketBuffer packet length propertyDan Halbert
2020-03-25Add exception on small buffer and fix Connecion WRITE handlingScott Shawcroft
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.