summaryrefslogtreecommitdiff
path: root/shared-bindings/bleio/Descriptor.c
AgeCommit message (Collapse)Author
2019-08-29rename bleio module to _bleioDan Halbert
2019-08-29address minor issues: typos, make translate, and sphinxDan Halbert
2019-08-28another API rework: less abstraction leakageDan Halbert
2019-08-28bleio: API change to create and connect related objects simulatenously: no ↵Dan Halbert
orphan bleio objects
2019-08-16address review comments; avoid calling common_hal_bleio_device... routines ↵Dan Halbert
from shared-bindings
2019-08-15make translate and fix sphinx issuesDan Halbert
2019-08-07specifying attribute length; fix up value settingDan Halbert
2019-08-06WIP: more Descriptor work; refactor gattc/gatts read/writeDan Halbert
2019-08-02WIP: rework of Characteristic properties; enhance Descriptor; not testedDan Halbert
2019-07-16Address review comments.Dan Halbert
2019-07-09UARTClient now works both directionsDan Halbert
2019-07-07WIP: Need descriptors for Central CCCD discovery; not done yetDan Halbert
2019-06-19Update copyrights; get ready for CentralDan Halbert
2019-02-24Remove bleio classes that aren't done yet.Dan Halbert
2019-01-14fixup m0 and nrfScott Shawcroft
2018-12-27wip: advertising works, but not connectionDan Halbert
2018-11-26WIP: debug; add hash and __eq__ to UUIDDan Halbert
2018-11-20More UUID work; use mp_raise for exceptionsDan Halbert
2018-10-21nrf: Move the Descriptor class from ubluepy to the shared bleio modulearturo182