| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-04-01 | Two small PacketBuffer fixes | Scott Shawcroft | |
| 1. Allow for ctrl-c during a write. 2. Handle disconnects when acting as a client. | |||
| 2021-03-15 | run code formatting script | microDev | |
| 2020-09-13 | PacketBuffer: add missing 'break's, remove unneeded {} | Jeff Epler | |
| 2020-05-04 | address review comments | Dan Halbert | |
| 2020-05-04 | make translate again | Dan Halbert | |
| 2020-05-04 | add PacketBuffer .incoming_ and .outgoing_packet_length | Dan Halbert | |
| 2020-04-29 | further cleanup and bug fixing | Dan Halbert | |
| 2020-04-29 | back to '.packet_size' for compatiblity | Dan Halbert | |
| 2020-04-29 | rename and improve PacketBuffer packet length property | Dan Halbert | |
| 2020-04-21 | ringbuf tested | Dan Halbert | |
| 2020-04-21 | further ringbuf cleanup | Dan Halbert | |
| 2020-03-31 | Merge remote-tracking branch 'adafruit/master' into lower_power | Scott Shawcroft | |
| 2020-03-25 | Add exception on small buffer and fix Connecion WRITE handling | Scott Shawcroft | |
| 2020-03-25 | Fix connection handle tracking in PacketBuffer when a server. | Scott Shawcroft | |
| 2020-03-13 | First try at lowering the power consumption | Scott Shawcroft | |
| 2020-01-08 | Replace magic number and add comment. | Scott Shawcroft | |
| 2020-01-03 | Add 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. | |||
