summaryrefslogtreecommitdiff
path: root/shared-bindings/bleio/Address.c
AgeCommit message (Expand)Author
2019-08-29rename bleio module to _bleioDan 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-31cleanup adapter.address; add uniquish suffix to BLE device nameDan Halbert
2019-07-16Address review comments.Dan Halbert
2019-07-09UARTClient now works both directionsDan Halbert
2019-06-22getting Scanner to workDan Halbert
2019-06-18Don't operate directly on bleio objects in shared-bindings: use common_halDan Halbert
2019-06-13merge from upstream; WIP redo Address; no more AddressTypeDan Halbert
2019-06-10WIPDan Halbert
2019-02-15finish Makefile refactoring; nrf builds workDan Halbert
2019-01-14fixup m0 and nrfScott Shawcroft
2018-12-27wip: advertising works, but not connectionDan Halbert
2018-11-20More UUID work; use mp_raise for exceptionsDan Halbert
2018-10-21bleio: Fix errors after rebasearturo182
2018-10-21bleio: Add a new Address classarturo182