1config BR2_PACKAGE_PYTHON_AIOBLESCAN 2 bool "python-aioblescan" 3 depends on BR2_PACKAGE_PYTHON3 4 help 5 Scanning Bluetooth for advertised info with asyncio. 6 7 https://github.com/frawau/aioblescan 8