2026-02-21 07:38:00 +01:00
|
|
|
{
|
|
|
|
|
"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",
|
2026-02-28 00:05:31 +01:00
|
|
|
"version": "0.1.0",
|
2026-02-21 07:38:00 +01:00
|
|
|
"category": "development",
|
|
|
|
|
"activities": [
|
|
|
|
|
{
|
|
|
|
|
"entrypoint": "assets/scan_bluetooth.py",
|
|
|
|
|
"classname": "ScanBluetooth",
|
|
|
|
|
"intent_filters": [
|
|
|
|
|
{
|
|
|
|
|
"action": "main",
|
|
|
|
|
"category": "launcher"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|