summaryrefslogtreecommitdiff
path: root/shared-bindings/bleio/Device.h
AgeCommit message (Collapse)Author
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-03Replace Broadcaster with enhanced PeripheralDan Halbert
2018-10-21bleio: Don't register the services until neededarturo182
Because of the very specific way nRF requires service registration (characteristics can be added only to last added service), we would have to write the Python code in a specific way. With this patch the user has more freedom.
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.