circuitpython/supervisor/shared/bluetooth
Scott Shawcroft a5f2f6e1b1
Two tweaks to BLE workflow
1. Use autoreload for restarting after a write. This gives time for
   a follow up command before restarting BLE.
2. Switch to recursive deletion of directories. This greatly
   simplifies deleting directories with contents.

Fixes https://github.com/adafruit/Adafruit_CircuitPython_BLE_File_Transfer/issues/7
2021-08-24 13:57:42 -07:00
..
bluetooth.c Increase tx power for BLE workflow pairing 2021-08-13 11:30:09 -07:00
bluetooth.h Add ability to disable BLE workflow 2021-08-02 18:37:19 -07:00
file_transfer_protocol.h Add BLE serial service 2021-06-25 15:00:10 -07:00
file_transfer.c Two tweaks to BLE workflow 2021-08-24 13:57:42 -07:00
file_transfer.h Add BLE serial service 2021-06-25 15:00:10 -07:00
serial.c Add ability to disable BLE workflow 2021-08-02 18:37:19 -07:00
serial.h Create first BLE-only board, Micro:Bit v2 2021-07-14 09:55:51 -07:00