summaryrefslogtreecommitdiff
path: root/shared-bindings/bleio
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-08-15make translate and fix sphinx issuesDan Halbert
2019-08-07specifying attribute length; fix up value settingDan Halbert
2019-08-07fix newly-introduced bugs; UART client/server working againDan 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-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-16sphinx fixDan Halbert
2019-07-16Address review comments.Dan Halbert
2019-07-11Fix sphinx warnings.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-22getting Scanner to workDan Halbert
2019-06-21WIP: Central compiles; now will testDan Halbert
2019-06-19WIP: backup only; not compiledDan 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-12Refactor deinit check to reduce code size.Scott Shawcroft
2019-06-10WIPDan 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-05-31fix advertisement length check; add Service.secondary attributeDan Halbert
2019-05-30Improve rST consistency for rst2pyi useScott Shawcroft
2019-05-23Need to enable ble before scanningDan Halbert
2019-05-23Scanner working, but not very first timeDan Halbert
2019-05-17WIPDan Halbert
2019-03-25Reuse "Not connected" message in bleioRadomir Dopieralski
2019-02-24Remove bleio classes that aren't done yet.Dan Halbert
2019-02-15finish Makefile refactoring; nrf builds workDan Halbert
2019-02-13Arg check width and height into Shape.Scott Shawcroft
Fixes #1537
2019-01-24fix a few ble-related doc issuesDan Halbert
2019-01-19CharacteristicBuffer: make it be a stream class; add lockingDan Halbert
2019-01-16Put back native C UUID string parsing and printing (complete rewrite)Dan Halbert
2019-01-14fixup m0 and nrfScott Shawcroft
2019-01-10merge translations; add bleio comments; fix minor sphinx issues in midiDan Halbert
2019-01-09fix merge conflicts; address some commentsDan Halbert
2019-01-09improve travis fold status reporting; fix sphinx build; fix sphinx errorsDan Halbert