summaryrefslogtreecommitdiff
path: root/shared-bindings/bleio/Peripheral.c
AgeCommit message (Collapse)Author
2019-08-29rename bleio module to _bleioDan Halbert
2019-08-29address minor issues: typos, make translate, and sphinxDan Halbert
2019-08-28another API rework: less abstraction leakageDan Halbert
2019-08-28bleio: API change to create and connect related objects simulatenously: no ↵Dan Halbert
orphan bleio objects
2019-08-25BLE HID WIP: works everywhere except iOS; fixed a bunch of bugs; pretend bondingDan Halbert
2019-08-16address review comments; avoid calling common_hal_bleio_device... routines ↵Dan Halbert
from shared-bindings
2019-07-31Merge remote-tracking branch 'adafruit/master' into ble-pairingDan Halbert
2019-07-31cleanup adapter.address; add uniquish suffix to BLE device nameDan Halbert
2019-07-30BLE: peripheral client pairing (not yet bonding); fix time doc formattingDan Halbert
2019-07-27bleio: Fix typo in Peripheral example code.Seth Itow
2019-07-27allow discovery from central or peripheralDan Halbert
2019-07-16Address review comments.Dan Halbert
2019-07-09UARTClient now works both directionsDan 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-19Update copyrights; get ready for CentralDan Halbert
2019-06-18Don't operate directly on bleio objects in shared-bindings: use common_halDan Halbert
routines instead. Changes made but not yet tested.
2019-06-17Handle None for BLE name; fix ScanEntry bug; compile issueDan Halbert
2019-06-13merge from upstream; WIP redo Address; no more AddressTypeDan 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
2. Add scan response capability to advertising.
2019-01-24fix a few ble-related doc issuesDan Halbert
2019-01-14fixup m0 and nrfScott Shawcroft
2019-01-10merge translations; add bleio comments; fix minor sphinx issues in midiDan Halbert
2018-12-30LocalPeripheral is now Peripheral; more work on basic GATTS support; UART ↵Dan Halbert
not working yet