summaryrefslogtreecommitdiff
path: root/shared-module/bleio/Service.h
AgeCommit message (Collapse)Author
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-27wip: advertising works, but not connectionDan Halbert
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