summaryrefslogtreecommitdiff
path: root/shared-bindings/bleio/Peripheral.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-16address review comments; avoid calling common_hal_bleio_device... routines fr...Dan Halbert
2019-07-30BLE: peripheral client pairing (not yet bonding); fix time doc formattingDan Halbert
2019-07-27allow discovery from central or peripheralDan 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-06-03Replace Broadcaster with enhanced PeripheralDan Halbert
2019-06-021. Remove advertising data construction in C: it's all done in Python nowDan Halbert
2018-12-30LocalPeripheral is now Peripheral; more work on basic GATTS support; UART not...Dan Halbert