summaryrefslogtreecommitdiff
path: root/shared-bindings/bleio/Device.c
AgeCommit message (Collapse)Author
2019-06-19Update copyrights; get ready for CentralDan Halbert
2019-06-03Replace Broadcaster with enhanced PeripheralDan Halbert
2019-02-24Remove bleio classes that aren't done yet.Dan Halbert
2019-01-24fix a few ble-related doc issuesDan Halbert
2019-01-09improve travis fold status reporting; fix sphinx build; fix sphinx errorsDan Halbert
2018-12-27wip: advertising works, but not connectionDan Halbert
2018-10-21bleio: Fix errors after rebasearturo182
2018-10-21bleio: Fix docs errorarturo182
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-21bleio: Add scan_entry as an param for the Device constructorarturo182
2018-10-21bleio: A bit of cleanuparturo182
2018-10-21nrf: Cleanup of the ble driverarturo182
Moved the functions to classes that they belong to.
2018-10-21bleio: Fix incorrect role detectionarturo182
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.