summaryrefslogtreecommitdiff
path: root/ports/nrf/common-hal/_bleio/Connection.c
AgeCommit message (Expand)Author
2021-03-31Fix central pairing and crash on clearScott Shawcroft
2021-03-15run code formatting scriptmicroDev
2021-01-13don't check length for remote characteristic or dedescriptorDan Halbert
2020-08-13ble_uart_echo_test worksDan Halbert
2020-08-11fix #3228 for nrf; still needs to be fixed for HCI; testedDan 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-13fix some typos and leftoversDan Halbert
2020-01-13merge from adafruit/circuitpythonDan Halbert
2020-01-13put bonding to-do flags into Connection objects instead of using a heap-alloc...Dan Halbert
2020-01-12fix CCCD bonding store; avoid excessive bonding writesDan Halbert
2020-01-10wip: HID bonding works!Dan Halbert
2020-01-05wip; compilesDan Halbert
2020-01-03Add PacketBuffer and MTU negotiation support.Scott Shawcroft
2020-01-03wipDan Halbert
2019-12-06Check connection validity after service discovery.Scott Shawcroft
2019-12-04Add connection interval and debuggingScott Shawcroft
2019-11-21Clean up debug changesScott Shawcroft
2019-11-21Fix pairing when peripheral. Central untested.Scott Shawcroft
2019-11-20Use BluetoothError in _bleioScott Shawcroft
2019-10-21Refine _bleioScott Shawcroft