circuitpython/ports/nrf/common-hal/_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
Attribute.c rename bleio module to _bleio 2019-08-29 18:44:27 -04:00
Attribute.h rename bleio module to _bleio 2019-08-29 18:44:27 -04:00
Characteristic.c Enable a BLE workflow 2021-06-24 12:59:14 -07:00
Characteristic.h Enable a BLE workflow 2021-06-24 12:59:14 -07:00
CharacteristicBuffer.c run code formatting script 2021-03-15 19:27:36 +05:30
CharacteristicBuffer.h rename bleio module to _bleio 2019-08-29 18:44:27 -04:00
Connection.c Enable a BLE workflow 2021-06-24 12:59:14 -07:00
Connection.h run code formatting script 2021-03-15 19:27:36 +05:30
Descriptor.c run code formatting script 2021-03-15 19:27:36 +05:30
Descriptor.h ble_uart_echo_test works 2020-08-13 00:03:39 -04:00
PacketBuffer.c Enable a BLE workflow 2021-06-24 12:59:14 -07:00
PacketBuffer.h Enable a BLE workflow 2021-06-24 12:59:14 -07:00
Service.c Enable a BLE workflow 2021-06-24 12:59:14 -07:00
Service.h fix #3228 for nrf; still needs to be fixed for HCI; tested 2020-08-11 16:21:16 -04:00
UUID.c Enable a BLE workflow 2021-06-24 12:59:14 -07:00
UUID.h rename bleio module to _bleio 2019-08-29 18:44:27 -04:00
__init__.c Enable a BLE workflow 2021-06-24 12:59:14 -07:00
__init__.h Enable a BLE workflow 2021-06-24 12:59:14 -07:00
bonding.c Enable a BLE workflow 2021-06-24 12:59:14 -07:00
bonding.h Enable a BLE workflow 2021-06-24 12:59:14 -07:00