summaryrefslogtreecommitdiff
path: root/shared-bindings/bleio/Peripheral.c
AgeCommit message (Expand)Author
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 Charac...Dan Halbert
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
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
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 not...Dan Halbert