summaryrefslogtreecommitdiff
path: root/ports/nrf/common-hal/bleio/Descriptor.h
AgeCommit message (Collapse)Author
2019-08-29rename bleio module to _bleioDan Halbert
2019-08-28bleio: API change to create and connect related objects simulatenously: no ↵Dan Halbert
orphan bleio objects
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-07WIP: Need descriptors for Central CCCD discovery; not done yetDan Halbert
2019-06-19Update copyrights; get ready for CentralDan Halbert
2018-10-21nrf: Move the Descriptor class from ubluepy to the shared bleio modulearturo182