module documentation
BLE RSSI Monitor - Monitor signal strength of nearby devices in real-time
| Function | bluetooth |
Handle Bluetooth scan result events. |
| Function | run |
Run the app and update the RSSI display. |
| Function | start |
Start the RSSI Monitor app and begin scanning. |
| Function | stop |
Stop the app and stop scanning. |
| Variable | _bluetooth |
Undocumented |
| Variable | _devices |
Undocumented |
| Variable | _last |
Undocumented |
| Variable | _scan |
Undocumented |
Handle Bluetooth scan result events.
| Parameters | |
event:int | Bluetooth event code. |
data:tuple | Event payload with address and RSSI. |
Run the app and update the RSSI display.
| Parameters | |
viewViewManager | The view manager instance for display and storage access. |
Start the RSSI Monitor app and begin scanning.
| Parameters | |
viewViewManager | The view manager instance for display and storage access. |
| Returns | |
bool | True if the app started, False on failure. |
Stop the app and stop scanning.
| Parameters | |
viewViewManager | The view manager instance for display and storage access. |