74a43e2517
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>
8 lines
198 B
Plaintext
8 lines
198 B
Plaintext
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
|