summaryrefslogtreecommitdiff
path: root/ports/nrf/common-hal/_bleio
AgeCommit message (Expand)Author
2021-04-02Changed error message to display the generic term 'system firmware' instead o...Jonny Bergdahl
2021-04-01Two small PacketBuffer fixesScott Shawcroft
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
2021-01-10Round BLE timing values; fix timeout checkDan Halbert
2020-12-23BLE fixesDan Halbert
2020-10-07Replace _bleio.ConnectionError with the native versionScott Shawcroft
2020-09-13PacketBuffer: add missing 'break's, remove unneeded {}Jeff Epler
2020-08-30merge from upstreamDan Halbert
2020-08-21Add more "extern" declarations for gcc10 compatScott Shawcroft
2020-08-20merge from upstream; working; includes debug_out code for debugging via Salea...Dan Halbert
2020-08-17Merge pull request #3281 from dhalbert/fix-spim3-buffer-locationDan Halbert
2020-08-17Merge pull request #3284 from dhalbert/fix-3171-evt-handlerScott Shawcroft
2020-08-15Remove event handler before setting it to NULLDan Halbert
2020-08-15SPIM3 buffer must be in first 64kB of RAMDan Halbert
2020-08-14fixYihui Xiong
2020-08-13able to change ble mac addressYihui Xiong
2020-08-13ble_uart_echo_test worksDan Halbert
2020-08-11fix #3228 for nrf; still needs to be fixed for HCI; testedDan Halbert
2020-08-08discovery of Nordic UART service workingDan Halbert
2020-08-02wip: compilesDan Halbert
2020-07-16snapshotDan Halbert
2020-07-12wip: advertising; not testedDan Halbert
2020-05-19nrf: _bleio: clean up timeout calculationSean Cross
2020-05-19bleio: adapter: add advertising timeout and statusSean Cross
2020-05-19_bleio: support anonymous advertisingSean Cross
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-27Merge remote-tracking branch 'adafruit/master' into lower_powerScott Shawcroft
2020-04-21ringbuf testedDan Halbert
2020-04-21merge from adafruitDan Halbert
2020-04-21further ringbuf cleanupDan Halbert
2020-04-21nrf: bleio: parameterize softradio configurationSean Cross
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-02-24Fix crash after empty REPL sessionScott Shawcroft
2020-02-05Add another error message for extended advertisements at the sameScott Shawcroft
2020-01-31increase max connections from 2 to 5Dan Halbert
2020-01-30track vm_used_ble betterDan Halbert
2020-01-14address review commentsDan Halbert
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