summaryrefslogtreecommitdiff
path: root/ports/nrf/common-hal/bleio/Service.c
AgeCommit message (Expand)Author
2019-08-29rename bleio module to _bleioDan Halbert
2019-08-28another API rework: less abstraction leakageDan Halbert
2019-08-28bleio: API change to create and connect related objects simulatenously: no or...Dan Halbert
2019-08-25BLE HID WIP: works everywhere except iOS; fixed a bunch of bugs; pretend bondingDan Halbert
2019-08-07specifying attribute length; fix up value settingDan Halbert
2019-08-07fix newly-introduced bugs; UART client/server working againDan 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-27allow discovery from central or peripheralDan 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-06-18Don't operate directly on bleio objects in shared-bindings: use common_halDan Halbert
2019-01-07add CharacteristicBuffer; UART seems to work!Dan Halbert
2018-12-29free event handlers on reset; fix typo in BroadcasterDan Halbert
2018-12-27wip: advertising works, but not connectionDan Halbert
2018-12-07bleio WIP: redo for more immutability; use sd_* routines for internal flash w...Dan Halbert
2018-11-26WIP: debug; add hash and __eq__ to UUIDDan Halbert
2018-11-20More UUID work; use mp_raise for exceptionsDan Halbert
2018-11-20WIP: bleio revisionsDan Halbert
2018-10-21bleio: Fix errors after rebasearturo182
2018-10-21bleio: Don't register the services until neededarturo182
2018-10-21bleio: Remove redundant struct fieldarturo182
2018-10-21nrf: Cleanup of the ble driverarturo182
2018-10-21nrf: Move the Service class from ubluepy to the shared bleio modulearturo182