circuitpython/ports/nrf/common-hal/bleio
Dan Halbert 7998a7696d also handle BLE_GATTS_EVT_SYS_ATTR_MISSING: fixes Android: 2019-01-23 22:12:38 -05:00
..
Adapter.c Add Broadcaster. Reset correctly on reload. 2018-12-28 23:34:23 -05:00
Adapter.h nrf: Split the ble module into a shared part and the port implementation 2018-07-13 16:01:15 +02:00
Broadcaster.c Broadcaster now takes whole packet. Also should be scannable 2019-01-01 14:11:59 -05:00
Broadcaster.h Add Broadcaster. Reset correctly on reload. 2018-12-28 23:34:23 -05:00
Characteristic.c CharacteristicBuffer: make it be a stream class; add locking 2019-01-19 19:45:35 -05:00
Characteristic.h add CharacteristicBuffer; UART seems to work! 2019-01-07 22:46:20 -05:00
CharacteristicBuffer.c CharacteristicBuffer: make it be a stream class; add locking 2019-01-19 19:45:35 -05:00
CharacteristicBuffer.h CharacteristicBuffer: make it be a stream class; add locking 2019-01-19 19:45:35 -05:00
Descriptor.c WIP: debug; add hash and __eq__ to UUID 2018-11-26 21:09:17 -05: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 CharacteristicBuffer: make it be a stream class; add locking 2019-01-19 19:45:35 -05:00
Peripheral.c also handle BLE_GATTS_EVT_SYS_ATTR_MISSING: fixes Android: 2019-01-23 22:12:38 -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
Scanner.c wip: advertising works, but not connection 2018-12-27 00:04:04 -05:00
Service.c add CharacteristicBuffer; UART seems to work! 2019-01-07 22:46:20 -05:00
UUID.c wip: advertising works, but not connection 2018-12-27 00:04:04 -05:00
UUID.h WIP: debug; add hash and __eq__ to UUID 2018-11-26 21:09:17 -05:00
__init__.c LocalPeripheral is now Peripheral; more work on basic GATTS support; UART not working yet 2018-12-30 22:33:49 -05:00
__init__.h LocalPeripheral is now Peripheral; more work on basic GATTS support; UART not working yet 2018-12-30 22:33:49 -05:00