summaryrefslogtreecommitdiff
path: root/shared-bindings/bleio/ScanEntry.c
AgeCommit message (Collapse)Author
2019-08-29rename bleio module to _bleioDan Halbert
2019-07-16Address review comments.Dan Halbert
2019-06-22getting Scanner to workDan 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-17Handle None for BLE name; fix ScanEntry bug; compile issueDan Halbert
2019-06-13merge from upstream; WIP redo Address; no more AddressTypeDan Halbert
2019-05-17WIPDan Halbert
2019-02-24Remove bleio classes that aren't done yet.Dan Halbert
2019-02-15finish Makefile refactoring; nrf builds workDan Halbert
2019-01-14fixup m0 and nrfScott Shawcroft
2018-10-21bleio: Fix errors after rebasearturo182
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-21bleio: Move the Scanner class to a shared modulearturo182
2018-10-21bleio: Move ScanEntry to shared module and add a new AdvertisementData classarturo182