package/python-aioblescan: new package

Python library to scan and decode advertised BLE info.
Uses asyncio.

https://github.com/frawau/aioblescan

Signed-off-by: Grzegorz Blach <grzegorz@blach.pl>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Grzegorz Blach
2019-03-13 23:02:52 +01:00
committed by Thomas Petazzoni
parent 1e61048ee1
commit 74a43e2517
5 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_AIOBLESCAN
bool "python-aioblescan"
depends on BR2_PACKAGE_PYTHON3
help
Scanning Bluetooth for advertised info with asyncio.
https://github.com/frawau/aioblescan