summaryrefslogtreecommitdiff
path: root/ports/nrf/modules/ubluepy
AgeCommit message (Collapse)Author
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-21nrf: Remove unused ubluepy classesarturo182
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.
2018-10-21nrf: Move the Descriptor class from ubluepy to the shared bleio modulearturo182
2018-10-21nrf: Move the UUID class from ubluepy to the shared bleio modulearturo182
Also added a UUIDType enum-like class for determining UUID type.
2018-10-03Fix 'advertisement' typoEnrico Paganin
2018-08-16Fix nrf and unixScott Shawcroft
2018-07-28merge finishedDan Halbert
2018-07-10nrf: Remove the old time hal and replace with nRFxarturo182
2017-10-04ports/nrf: Moving nrf51/52 port to new ports directoryGlenn Ruben Bakke