circuitpython/shared-bindings/bleio
Radomir Dopieralski d553df95b0 Reuse "Not connected" message in bleio 2019-03-25 21:41:40 +01: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 finish Makefile refactoring; nrf builds work 2019-02-15 18:55:10 -05: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: Remove unneeded TODO 2018-10-21 15:59:53 +02:00
AdvertisementData.h bleio: Move ScanEntry to shared module and add a new AdvertisementData class 2018-10-21 15:43:24 +02:00
Broadcaster.c fixup m0 and nrf 2019-01-14 18:08:45 -08:00
Broadcaster.h Add Broadcaster. Reset correctly on reload. 2018-12-28 23:34:23 -05:00
Characteristic.c fixup m0 and nrf 2019-01-14 18:08:45 -08:00
Characteristic.h add CharacteristicBuffer; UART seems to work! 2019-01-07 22:46:20 -05:00
CharacteristicBuffer.c Reuse "Not connected" message in bleio 2019-03-25 21:41:40 +01:00
CharacteristicBuffer.h CharacteristicBuffer: make it be a stream class; add locking 2019-01-19 19:45:35 -05:00
Descriptor.c Remove bleio classes that aren't done yet. 2019-02-24 14:23:00 -05:00
Descriptor.h WIP: debug; add hash and __eq__ to UUID 2018-11-26 21:09:17 -05:00
Device.c Remove bleio classes that aren't done yet. 2019-02-24 14:23:00 -05:00
Device.h bleio: Don't register the services until needed 2018-10-21 16:00:04 +02:00
Peripheral.c fix a few ble-related doc issues 2019-01-24 00:13:15 -05:00
Peripheral.h LocalPeripheral is now Peripheral; more work on basic GATTS support; UART not working yet 2018-12-30 22:33:49 -05:00
ScanEntry.c Remove bleio classes that aren't done yet. 2019-02-24 14:23:00 -05:00
ScanEntry.h nrf: Move the Peripheral class to bleio as Device 2018-10-21 15:50:45 +02:00
Scanner.c Remove bleio classes that aren't done yet. 2019-02-24 14:23:00 -05:00
Scanner.h nrf: Cleanup of the ble driver 2018-10-21 15:54:13 +02:00
Service.c fixup m0 and nrf 2019-01-14 18:08:45 -08:00
Service.h wip: advertising works, but not connection 2018-12-27 00:04:04 -05:00
UUID.c finish Makefile refactoring; nrf builds work 2019-02-15 18:55:10 -05:00
UUID.h WIP: debug; add hash and __eq__ to UUID 2018-11-26 21:09:17 -05:00
__init__.c Remove bleio classes that aren't done yet. 2019-02-24 14:23:00 -05:00
__init__.h nrf: Split the ble module into a shared part and the port implementation 2018-07-13 16:01:15 +02:00