circuitpython/ports/nrf/common-hal/bleio
arturo182 eceb21a017 bleio: Don't register the services until needed
Because of the very specific way nRF requires service registration
(characteristics can be added only to last added service), we would
have to write the Python code in a specific way. With this patch the
user has more freedom.
2018-10-21 16:00:04 +02:00
..
Adapter.c nrf: Cleanup of the ble driver 2018-10-21 15:54:13 +02:00
Adapter.h nrf: Split the ble module into a shared part and the port implementation 2018-07-13 16:01:15 +02:00
Characteristic.c bleio: A bit of cleanup 2018-10-21 15:59:42 +02:00
Descriptor.c nrf: Move the Descriptor class from ubluepy to the shared bleio module 2018-10-21 15:43:13 +02:00
Descriptor.h nrf: Move the Descriptor class from ubluepy to the shared bleio module 2018-10-21 15:43:13 +02:00
Device.c bleio: Don't register the services until needed 2018-10-21 16:00:04 +02:00
Scanner.c nrf: Cleanup of the ble driver 2018-10-21 15:54:13 +02:00
Service.c bleio: Don't register the services until needed 2018-10-21 16:00:04 +02:00
UUID.c bleio: Remove deep copy constructor for UUID 2018-10-21 15:59:50 +02:00
UUID.h nrf: Move the Characteristic class from ubluepy to the shared bleio module 2018-10-21 15:43:48 +02:00
__init__.c nrf: Split the ble module into a shared part and the port implementation 2018-07-13 16:01:15 +02:00