summaryrefslogtreecommitdiff
path: root/shared-module/bleio
AgeCommit message (Expand)Author
2019-08-29rename bleio module to _bleioDan Halbert
2019-08-16address review comments; avoid calling common_hal_bleio_device... routines fr...Dan Halbert
2019-08-02WIP: rework of Characteristic properties; enhance Descriptor; not testedDan Halbert
2019-07-27allow discovery from central or peripheralDan Halbert
2019-07-16Address review comments.Dan Halbert
2019-06-22getting Scanner to workDan 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
2019-06-13merge from upstream; WIP redo Address; no more AddressTypeDan Halbert
2019-06-03Replace Broadcaster with enhanced PeripheralDan Halbert
2019-01-07add CharacteristicBuffer; UART seems to work!Dan Halbert
2018-12-30LocalPeripheral is now Peripheral; more work on basic GATTS support; UART not...Dan Halbert
2018-12-29free event handlers on reset; fix typo in BroadcasterDan Halbert
2018-12-28Add Broadcaster. Reset correctly on reload.Dan Halbert
2018-12-27wip: advertising works, but not connectionDan Halbert
2018-12-07bleio WIP: redo for more immutability; use sd_* routines for internal flash w...Dan Halbert
2018-10-21bleio: Remove redundant struct fieldarturo182
2018-10-21nrf: Cleanup of the ble driverarturo182
2018-10-21nrf: Move the Peripheral class to bleio as Devicearturo182
2018-10-21nrf: Move the Service class from ubluepy to the shared bleio modulearturo182
2018-10-21nrf: Move the Characteristic class from ubluepy to the shared bleio modulearturo182
2018-10-21bleio: Remove SAMD mention in include guardarturo182
2018-10-21bleio: Move the Scanner class to a shared modulearturo182
2018-10-21bleio: Move ScanEntry to shared module and add a new AdvertisementData classarturo182
2018-10-21bleio: Add a new Address classarturo182