summaryrefslogtreecommitdiff
path: root/ports/nrf/common-hal/_bleio/__init__.c
AgeCommit message (Expand)Author
2021-04-02Changed error message to display the generic term 'system firmware' instead o...Jonny Bergdahl
2021-03-31Fix central pairing and crash on clearScott Shawcroft
2021-03-15run code formatting scriptmicroDev
2020-10-07Replace _bleio.ConnectionError with the native versionScott Shawcroft
2020-08-30merge from upstreamDan Halbert
2020-08-21Add more "extern" declarations for gcc10 compatScott Shawcroft
2020-08-02wip: compilesDan Halbert
2020-07-12wip: advertising; not testedDan Halbert
2020-05-04add PacketBuffer .incoming_ and .outgoing_packet_lengthDan Halbert
2020-04-29rename and improve PacketBuffer packet length propertyDan Halbert
2020-02-24Fix crash after empty REPL sessionScott Shawcroft
2020-01-30track vm_used_ble betterDan Halbert
2020-01-13merge from adafruit/circuitpythonDan Halbert
2020-01-09wip; redid flash writing to be compatible with SDDan Halbert
2020-01-03Add PacketBuffer and MTU negotiation support.Scott Shawcroft
2019-12-04Add connection interval and debuggingScott Shawcroft
2019-11-21Special exception message for when pairing prompt is ignored.Scott Shawcroft
2019-11-21Fix pairing when peripheral. Central untested.Scott Shawcroft
2019-11-20Use BluetoothError in _bleioScott Shawcroft
2019-10-21Refine _bleioScott Shawcroft
2019-08-29rename bleio module to _bleioDan Halbert