circuitpython/devices/ble_hci/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
..
hci_include run code formatting script 2021-03-15 19:27:36 +05:30
Adapter.c Enable a BLE workflow 2021-06-24 12:59:14 -07:00
Adapter.h run code formatting script 2021-03-15 19:27:36 +05:30
Attribute.c Merge MicroPython v1.11 into CircuitPython 2021-04-26 15:47:41 -07:00
Attribute.h characteristic/cccd r/w; not tested 2020-08-10 19:46:18 -04:00
Characteristic.c Merge MicroPython v1.11 into CircuitPython 2021-04-26 15:47:41 -07:00
Characteristic.h ble_uart_echo_test works 2020-08-13 00:03:39 -04:00
CharacteristicBuffer.c run code formatting script 2021-03-15 19:27:36 +05:30
CharacteristicBuffer.h ble_uart_echo_test works 2020-08-13 00:03:39 -04:00
Connection.c Merge MicroPython v1.11 into CircuitPython 2021-04-26 15:47:41 -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 run code formatting script 2021-03-15 19:27:36 +05:30
PacketBuffer.c Enable a BLE workflow 2021-06-24 12:59:14 -07:00
PacketBuffer.h Port changes to ble_hci code 2021-04-19 15:10:33 -07:00
Service.c run code formatting script 2021-03-15 19:27:36 +05:30
Service.h run code formatting script 2021-03-15 19:27:36 +05:30
UUID.c run code formatting script 2021-03-15 19:27:36 +05:30
UUID.h run code formatting script 2021-03-15 19:27:36 +05:30
__init__.c run code formatting script 2021-03-15 19:27:36 +05:30
__init__.h run code formatting script 2021-03-15 19:27:36 +05:30
att.c Merge MicroPython v1.11 into CircuitPython 2021-04-26 15:47:41 -07:00
att.h run code formatting script 2021-03-15 19:27:36 +05:30
hci.c run code formatting script 2021-03-15 19:27:36 +05:30
hci.h improve HCI packet error handling 2020-08-21 10:17:59 -04:00
hci_debug.c run code formatting script 2021-03-15 19:27:36 +05:30