circuitpython/shared-bindings/bleio
arturo182 3bd65fbae5 nrf: Move the Peripheral class to bleio as Device
This was the last class from ubluepy and so that module is now gone.
The Device class offers both Peripheral and Central functionality.
See the inline docs for more info.
2018-10-21 15:50:45 +02:00
..
Adapter.c bleio: Add a new Address class 2018-10-21 15:43:21 +02:00
Adapter.h bleio: Add a new Address class 2018-10-21 15:43:21 +02:00
Address.c bleio: Add a new Address class 2018-10-21 15:43:21 +02:00
Address.h bleio: Add a new Address class 2018-10-21 15:43:21 +02:00
AddressType.c bleio: Add a new Address class 2018-10-21 15:43:21 +02:00
AddressType.h bleio: Add a AddressType enum-like class 2018-10-21 15:43:17 +02:00
AdvertisementData.c bleio: Move ScanEntry to shared module and add a new AdvertisementData class 2018-10-21 15:43:24 +02:00
AdvertisementData.h bleio: Move ScanEntry to shared module and add a new AdvertisementData class 2018-10-21 15:43:24 +02:00
Characteristic.c nrf: Move the Service class from ubluepy to the shared bleio module 2018-10-21 15:43:51 +02:00
Characteristic.h nrf: Move the Characteristic class from ubluepy to the shared bleio module 2018-10-21 15:43:48 +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 nrf: Move the Peripheral class to bleio as Device 2018-10-21 15:50:45 +02:00
Device.h nrf: Move the Peripheral class to bleio as Device 2018-10-21 15:50:45 +02:00
ScanEntry.c nrf: Move the Peripheral class to bleio as Device 2018-10-21 15:50:45 +02:00
ScanEntry.h nrf: Move the Peripheral class to bleio as Device 2018-10-21 15:50:45 +02:00
Scanner.c bleio: Move the Scanner class to a shared module 2018-10-21 15:43:29 +02:00
Scanner.h bleio: Move the Scanner class to a shared module 2018-10-21 15:43:29 +02:00
Service.c nrf: Move the Peripheral class to bleio as Device 2018-10-21 15:50:45 +02:00
Service.h nrf: Move the Service class from ubluepy to the shared bleio module 2018-10-21 15:43:51 +02:00
UUID.c nrf: Move the UUID class from ubluepy to the shared bleio module 2018-10-21 15:43:08 +02:00
UUID.h nrf: Move the UUID class from ubluepy to the shared bleio module 2018-10-21 15:43:08 +02:00
UUIDType.c nrf: Move the UUID class from ubluepy to the shared bleio module 2018-10-21 15:43:08 +02:00
UUIDType.h nrf: Move the UUID class from ubluepy to the shared bleio module 2018-10-21 15:43:08 +02:00
__init__.c nrf: Move the Peripheral class to bleio as Device 2018-10-21 15:50:45 +02:00
__init__.h nrf: Split the ble module into a shared part and the port implementation 2018-07-13 16:01:15 +02:00