Files
JensDiemer 8f082059c0 Enhance ScanBluetooth app
Add a info column with init information and "unique devices" and "scan" count.

Use `TaskManager` that makes the UI a lot more responsive.

Use better scan settings to maximize detection rate.
2026-02-28 00:05:31 +01:00

25 lines
780 B
JSON

{
"name": "ScanBluetooth",
"publisher": "MicroPythonOS",
"short_description": "Scan Bluetooth",
"long_description": "Lists all nearby Bluetooth devices with some information",
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.scan_bluetooth/icons/com.micropythonos.scan_bluetooth_0.0.1_64x64.png",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.scan_bluetooth/mpks/com.micropythonos.scan_bluetooth_0.0.1.mpk",
"fullname": "com.micropythonos.scan_bluetooth",
"version": "0.1.0",
"category": "development",
"activities": [
{
"entrypoint": "assets/scan_bluetooth.py",
"classname": "ScanBluetooth",
"intent_filters": [
{
"action": "main",
"category": "launcher"
}
]
}
]
}