circuitpython/shared-bindings/_bleio
Scott Shawcroft dc76306cfa
Enable a BLE workflow
nRF CircuitPython boards will now provide the file transfer
service defined here: https://github.com/adafruit/Adafruit_CircuitPython_BLE_File_Transfer

USB capable boards will only advertise if previously bonded to a
device or if the reset button is pressed during the fast blue
flashes on start up. When pressed, the board will restart again but
the blue period will not flash.

Boards without USB will always advertise.

When previously bonded, the advertisement is private so that no
other peers can connect. If advertising publicly, the tx power is
lowered to reduce the likelihood of bonding from a distance.

This PR also fixes issues with loading identities of bonded peers
so that our address can now be resolved and we can resolve others'
addresses when scanning.
2021-06-24 12:59:14 -07:00
..
Adapter.c Enable a BLE workflow 2021-06-24 12:59:14 -07:00
Adapter.h Enable a BLE workflow 2021-06-24 12:59:14 -07:00
Address.c Fix board builds and use MP_ERROR_TEXT in py and extmod 2021-05-05 17:51:52 -07:00
Address.h rename bleio module to _bleio 2019-08-29 18:44:27 -04:00
Attribute.c run code formatting script 2021-03-15 19:27:36 +05:30
Attribute.h rename bleio module to _bleio 2019-08-29 18:44:27 -04:00
Characteristic.c Fix board builds and use MP_ERROR_TEXT in py and extmod 2021-05-05 17:51:52 -07:00
Characteristic.h Enable a BLE workflow 2021-06-24 12:59:14 -07:00
CharacteristicBuffer.c Fix board builds and use MP_ERROR_TEXT in py and extmod 2021-05-05 17:51:52 -07:00
CharacteristicBuffer.h further ringbuf cleanup 2020-04-21 17:38:20 -04:00
Connection.c Enable a BLE workflow 2021-06-24 12:59:14 -07:00
Connection.h rename and improve PacketBuffer packet length property 2020-04-29 17:49:31 -04:00
Descriptor.c Fix board builds and use MP_ERROR_TEXT in py and extmod 2021-05-05 17:51:52 -07:00
Descriptor.h run code formatting script 2021-03-15 19:27:36 +05:30
PacketBuffer.c Fix board builds and use MP_ERROR_TEXT in py and extmod 2021-05-05 17:51:52 -07:00
PacketBuffer.h Enable a BLE workflow 2021-06-24 12:59:14 -07:00
ScanEntry.c Fix board builds and use MP_ERROR_TEXT in py and extmod 2021-05-05 17:51:52 -07:00
ScanEntry.h run code formatting script 2021-03-15 19:27:36 +05:30
ScanResults.c Merge MicroPython v1.11 into CircuitPython 2021-04-26 15:47:41 -07:00
ScanResults.h Refine _bleio 2019-10-21 18:57:03 -07:00
Service.c Fix board builds and use MP_ERROR_TEXT in py and extmod 2021-05-05 17:51:52 -07:00
Service.h run code formatting script 2021-03-15 19:27:36 +05:30
UUID.c Fix board builds and use MP_ERROR_TEXT in py and extmod 2021-05-05 17:51:52 -07:00
UUID.h run code formatting script 2021-03-15 19:27:36 +05:30
__init__.c Fix board builds and use MP_ERROR_TEXT in py and extmod 2021-05-05 17:51:52 -07:00
__init__.h run code formatting script 2021-03-15 19:27:36 +05:30