summaryrefslogtreecommitdiff
path: root/shared-bindings/bleio/Central.c
AgeCommit message (Collapse)Author
2019-08-29rename bleio module to _bleioDan Halbert
2019-08-16address review comments; avoid calling common_hal_bleio_device... routines ↵Dan Halbert
from shared-bindings
2019-07-27allow discovery from central or peripheralDan Halbert
2019-07-16Address review comments.Dan Halbert
2019-07-11Fix sphinx warnings.Dan Halbert
2019-07-07WIP: Need descriptors for Central CCCD discovery; not done yetDan Halbert
2019-07-02WIP: CharacteristicBuffer for Central; not working: need to set remote ↵Dan Halbert
Characteristic Service
2019-06-29Central is connecting; characteristics can be read and writtenDan Halbert
2019-06-21WIP: Central compiles; now will testDan Halbert
2019-06-19WIP: backup only; not compiledDan Halbert