.. |
__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 |
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.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
|
Really fix the error messages in bleio, this time
|
2019-03-25 14:04:50 +01: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
|
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 |