circuitpython/ports/nrf/common-hal/bleio
Dan Halbert 613e12f99f Replace Broadcaster with enhanced Peripheral 2019-06-03 20:40:05 -04:00
..
Adapter.c re-init usb hardware when enable/disable SD 2019-01-30 14:13:07 +07: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.h Add Broadcaster. Reset correctly on reload. 2018-12-28 23:34:23 -05:00
Characteristic.c Off-by-one error for usage of MAX_TX_IN_PROGRESS 2019-04-22 22:07:48 -04:00
Characteristic.h add CharacteristicBuffer; UART seems to work! 2019-01-07 22:46:20 -05:00
CharacteristicBuffer.c Use critical section, not lock, in CharacteristicBuffer; use a root pointer for ble_drv list 2019-02-21 00:19:31 -05:00
CharacteristicBuffer.h Use critical section, not lock, in CharacteristicBuffer; use a root pointer for ble_drv list 2019-02-21 00:19:31 -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 Replace Broadcaster with enhanced Peripheral 2019-06-03 20:40:05 -04:00
Peripheral.h Replace Broadcaster with enhanced Peripheral 2019-06-03 20:40:05 -04:00
Scanner.c Need to enable ble before scanning 2019-05-23 22:05:16 -04: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