circuitpython/shared-bindings/bleio
2019-06-17 23:16:40 -04:00
..
__init__.c merge from upstream; WIP redo Address; no more AddressType 2019-06-13 21:55:07 -04:00
__init__.h nrf: Split the ble module into a shared part and the port implementation 2018-07-13 16:01:15 +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 merge from upstream; WIP redo Address; no more AddressType 2019-06-13 21:55:07 -04:00
Address.h merge from upstream; WIP redo Address; no more AddressType 2019-06-13 21:55:07 -04: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 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 Refactor deinit check to reduce code size. 2019-06-12 11:36:43 -07: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 Replace Broadcaster with enhanced Peripheral 2019-06-03 20:40:05 -04:00
Device.h Replace Broadcaster with enhanced Peripheral 2019-06-03 20:40:05 -04:00
Peripheral.c Handle None for BLE name; fix ScanEntry bug; compile issue 2019-06-17 23:16:40 -04:00
Peripheral.h Replace Broadcaster with enhanced Peripheral 2019-06-03 20:40:05 -04:00
ScanEntry.c Handle None for BLE name; fix ScanEntry bug; compile issue 2019-06-17 23:16:40 -04:00
ScanEntry.h nrf: Move the Peripheral class to bleio as Device 2018-10-21 15:50:45 +02:00
Scanner.c merge from upstream; WIP redo Address; no more AddressType 2019-06-13 21:55:07 -04:00
Scanner.h Scanner working, but not very first time 2019-05-23 16:07:54 -04:00
Service.c fix advertisement length check; add Service.secondary attribute 2019-05-31 18:03:05 -04:00
Service.h wip: advertising works, but not connection 2018-12-27 00:04:04 -05:00
UUID.c merge from upstream; WIP redo Address; no more AddressType 2019-06-13 21:55:07 -04:00
UUID.h WIP: debug; add hash and __eq__ to UUID 2018-11-26 21:09:17 -05:00