circuitpython/shared-bindings/bleio
Dan Halbert 76446f634b BLE HID WIP: works everywhere except iOS; fixed a bunch of bugs; pretend bonding 2019-08-25 21:38:13 -04:00
..
Adapter.c cleanup adapter.address; add uniquish suffix to BLE device name 2019-07-31 00:30:24 -04:00
Adapter.h cleanup adapter.address; add uniquish suffix to BLE device name 2019-07-31 00:30:24 -04:00
Address.c WIP: more Descriptor work; refactor gattc/gatts read/write 2019-08-06 22:55:25 -04:00
Address.h getting Scanner to work 2019-06-22 22:10:15 -04:00
Attribute.c address review comments; avoid calling common_hal_bleio_device... routines from shared-bindings 2019-08-16 15:18:53 -04:00
Attribute.h BLE HID WIP: works everywhere except iOS; fixed a bunch of bugs; pretend bonding 2019-08-25 21:38:13 -04:00
Central.c address review comments; avoid calling common_hal_bleio_device... routines from shared-bindings 2019-08-16 15:18:53 -04:00
Central.h address review comments; avoid calling common_hal_bleio_device... routines from shared-bindings 2019-08-16 15:18:53 -04:00
Characteristic.c address review comments; avoid calling common_hal_bleio_device... routines from shared-bindings 2019-08-16 15:18:53 -04:00
Characteristic.h specifying attribute length; fix up value setting 2019-08-07 23:49:09 -04:00
CharacteristicBuffer.c WIP: CharacteristicBuffer for Central; not working: need to set remote Characteristic Service 2019-07-02 22:34:54 -04:00
CharacteristicBuffer.h Update copyrights; get ready for Central 2019-06-19 10:42:36 -04:00
Descriptor.c address review comments; avoid calling common_hal_bleio_device... routines from shared-bindings 2019-08-16 15:18:53 -04:00
Descriptor.h specifying attribute length; fix up value setting 2019-08-07 23:49:09 -04:00
Peripheral.c BLE HID WIP: works everywhere except iOS; fixed a bunch of bugs; pretend bonding 2019-08-25 21:38:13 -04:00
Peripheral.h address review comments; avoid calling common_hal_bleio_device... routines from shared-bindings 2019-08-16 15:18:53 -04:00
ScanEntry.c Address review comments. 2019-07-16 19:53:36 -04:00
ScanEntry.h getting Scanner to work 2019-06-22 22:10:15 -04:00
Scanner.c sphinx fix 2019-07-16 21:03:36 -04:00
Scanner.h Address review comments. 2019-07-16 19:53:36 -04:00
Service.c WIP: more Descriptor work; refactor gattc/gatts read/write 2019-08-06 22:55:25 -04:00
Service.h allow discovery from central or peripheral 2019-07-27 13:22:15 -04:00
UUID.c Central is connecting; characteristics can be read and written 2019-06-29 00:20:06 -04:00
UUID.h Update copyrights; get ready for Central 2019-06-19 10:42:36 -04:00
__init__.c address review comments; avoid calling common_hal_bleio_device... routines from shared-bindings 2019-08-16 15:18:53 -04:00
__init__.h BLE HID WIP: works everywhere except iOS; fixed a bunch of bugs; pretend bonding 2019-08-25 21:38:13 -04:00