summaryrefslogtreecommitdiff
path: root/shared-module/bleio
AgeCommit message (Collapse)Author
2019-08-29rename bleio module to _bleioDan Halbert
2019-08-16address review comments; avoid calling common_hal_bleio_device... routines ↵Dan Halbert
from shared-bindings
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
routines instead. Changes made but not yet tested.
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 ↵Dan Halbert
not working yet
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 ↵Dan Halbert
write
2018-10-21bleio: Remove redundant struct fieldarturo182
2018-10-21nrf: Cleanup of the ble driverarturo182
Moved the functions to classes that they belong to.
2018-10-21nrf: Move the Peripheral class to bleio as Devicearturo182
This was the last class from ubluepy and so that module is now gone. The Device class offers both Peripheral and Central functionality. See the inline docs for more info.
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
Damn copy-paste!
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
Use the new in the Adapter singleton.