circuitpython/shared-bindings/_bleio
Scott Shawcroft 269d51d023
Add two stage reset for BLE
This lets the BLE stack run through the wait period after a VM run
when it may be waiting for more writes due to an auto-reload.

User BLE functionality will have their events stopped. Scanning and
advertising is also stopped.
2022-05-12 13:20:44 -07:00
..
Adapter.c Make MP_PROPERTY_GETTER / _GETSET fully declare the property 2022-05-03 08:48:53 -05:00
Adapter.h Enable a BLE workflow 2021-06-24 12:59:14 -07:00
Address.c Make MP_PROPERTY_GETTER / _GETSET fully declare the property 2022-05-03 08:48:53 -05: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 Make MP_PROPERTY_GETTER / _GETSET fully declare the property 2022-05-03 08:48:53 -05:00
Characteristic.h Add BLE serial service 2021-06-25 15:00:10 -07:00
CharacteristicBuffer.c Make MP_PROPERTY_GETTER / _GETSET fully declare the property 2022-05-03 08:48:53 -05:00
CharacteristicBuffer.h Additional missing-prototypes fixes 2021-11-10 10:55:53 -06:00
Connection.c Make MP_PROPERTY_GETTER / _GETSET fully declare the property 2022-05-03 08:48:53 -05:00
Connection.h rename and improve PacketBuffer packet length property 2020-04-29 17:49:31 -04:00
Descriptor.c Make MP_PROPERTY_GETTER / _GETSET fully declare the property 2022-05-03 08:48:53 -05:00
Descriptor.h run code formatting script 2021-03-15 19:27:36 +05:30
PacketBuffer.c Make MP_PROPERTY_GETTER / _GETSET fully declare the property 2022-05-03 08:48:53 -05:00
PacketBuffer.h Enable a BLE workflow 2021-06-24 12:59:14 -07:00
ScanEntry.c Make MP_PROPERTY_GETTER / _GETSET fully declare the property 2022-05-03 08:48:53 -05:00
ScanEntry.h Additional missing-prototypes fixes 2021-11-10 10:55:53 -06:00
ScanResults.c Rename EXTENDED_FIELDS -> MP_TYPE_EXTENDED_FIELDS 2021-07-12 06:57:59 -05:00
ScanResults.h Refine _bleio 2019-10-21 18:57:03 -07:00
Service.c Make MP_PROPERTY_GETTER / _GETSET fully declare the property 2022-05-03 08:48:53 -05:00
Service.h Add BLE serial service 2021-06-25 15:00:10 -07:00
UUID.c Make MP_PROPERTY_GETTER / _GETSET fully declare the property 2022-05-03 08:48:53 -05:00
UUID.h run code formatting script 2021-03-15 19:27:36 +05:30
__init__.c Convert more modules to use MP_REGISTER_MODULE 2021-08-26 21:35:02 -04:00
__init__.h Add two stage reset for BLE 2022-05-12 13:20:44 -07:00