summaryrefslogtreecommitdiff
path: root/ports/nrf/common-hal/_bleio/PacketBuffer.c
AgeCommit message (Collapse)Author
2021-04-01Two small PacketBuffer fixesScott Shawcroft
1. Allow for ctrl-c during a write. 2. Handle disconnects when acting as a client.
2021-03-15run code formatting scriptmicroDev
2020-09-13PacketBuffer: add missing 'break's, remove unneeded {}Jeff Epler
2020-05-04address review commentsDan Halbert
2020-05-04make translate againDan Halbert
2020-05-04add PacketBuffer .incoming_ and .outgoing_packet_lengthDan Halbert
2020-04-29further cleanup and bug fixingDan Halbert
2020-04-29back to '.packet_size' for compatiblityDan Halbert
2020-04-29rename and improve PacketBuffer packet length propertyDan Halbert
2020-04-21ringbuf testedDan Halbert
2020-04-21further ringbuf cleanupDan Halbert
2020-03-31Merge remote-tracking branch 'adafruit/master' into lower_powerScott Shawcroft
2020-03-25Add exception on small buffer and fix Connecion WRITE handlingScott Shawcroft
2020-03-25Fix connection handle tracking in PacketBuffer when a server.Scott Shawcroft
2020-03-13First try at lowering the power consumptionScott Shawcroft
2020-01-08Replace magic number and add comment.Scott Shawcroft
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.