circuitpython/ports/nrf/common-hal/_bleio
Scott Shawcroft cdf978f3af
Fix a couple fake sleep bugs on nrf and esp
On ESP ctrl-c during fake sleep will now stop the sleep. A crash
on real deep sleep is now fixed as well. (Exception string saving
was crashing on reading the deep sleep exception.) Fixes #4010

This also fixes nRF fake sleep after the first time. The internal
variable wasn't being reset early enough. Fixes #4869
2021-07-28 13:27:48 -07:00
..
Adapter.c Fix a couple fake sleep bugs on nrf and esp 2021-07-28 13:27:48 -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 Add BLE serial service 2021-06-25 15:00:10 -07:00
Characteristic.h Enable a BLE workflow 2021-06-24 12:59:14 -07:00
CharacteristicBuffer.c Add BLE serial service 2021-06-25 15:00:10 -07:00
CharacteristicBuffer.h rename bleio module to _bleio 2019-08-29 18:44:27 -04:00
Connection.c clean up 2021-06-29 11:54:15 -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 Create first BLE-only board, Micro:Bit v2 2021-07-14 09:55:51 -07:00
PacketBuffer.h Enable a BLE workflow 2021-06-24 12:59:14 -07:00
Service.c Don't blink blue on non-BLE workflow boards 2021-07-19 18:40:37 -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 Create first BLE-only board, Micro:Bit v2 2021-07-14 09:55:51 -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