circuitpython/ports/nrf/common-hal/bleio
Dan Halbert 35b9191857 Don't operate directly on bleio objects in shared-bindings: use common_hal
routines instead. Changes made but not yet tested.
2019-06-18 23:46:20 -04:00
..
Adapter.c merge from upstream; WIP redo Address; no more AddressType 2019-06-13 21:55:07 -04: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 Don't operate directly on bleio objects in shared-bindings: use common_hal 2019-06-18 23:46:20 -04:00
Characteristic.c Don't operate directly on bleio objects in shared-bindings: use common_hal 2019-06-18 23:46:20 -04:00
Characteristic.h Don't operate directly on bleio objects in shared-bindings: use common_hal 2019-06-18 23:46:20 -04: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 Don't operate directly on bleio objects in shared-bindings: use common_hal 2019-06-18 23:46:20 -04: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 Don't operate directly on bleio objects in shared-bindings: use common_hal 2019-06-18 23:46:20 -04:00
Peripheral.c Don't operate directly on bleio objects in shared-bindings: use common_hal 2019-06-18 23:46:20 -04:00
Peripheral.h Don't operate directly on bleio objects in shared-bindings: use common_hal 2019-06-18 23:46:20 -04:00
Scanner.c Don't operate directly on bleio objects in shared-bindings: use common_hal 2019-06-18 23:46:20 -04:00
Scanner.h Don't operate directly on bleio objects in shared-bindings: use common_hal 2019-06-18 23:46:20 -04:00
Service.c Don't operate directly on bleio objects in shared-bindings: use common_hal 2019-06-18 23:46:20 -04:00
Service.h Don't operate directly on bleio objects in shared-bindings: use common_hal 2019-06-18 23:46:20 -04: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 Don't operate directly on bleio objects in shared-bindings: use common_hal 2019-06-18 23:46:20 -04:00