summaryrefslogtreecommitdiff
path: root/shared-bindings/bleio/__init__.h
AgeCommit message (Expand)Author
2019-08-29rename bleio module to _bleioDan 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-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-06-19Update copyrights; get ready for CentralDan Halbert
2018-07-13nrf: Split the ble module into a shared part and the port implementationarturo182