module documentation
BLE Scanner - Scan for nearby Bluetooth devices (Central mode)
| Function | bluetooth |
Handle Bluetooth scan result events. |
| Function | run |
Run the app and handle scan results. |
| Function | start |
Start the app and begin scanning for devices. |
| Function | stop |
Stop the app and clean up. |
| Variable | _addresses |
Undocumented |
| Variable | _bluetooth |
Undocumented |
| Variable | _loading |
Undocumented |
| Variable | _menu |
Undocumented |
| Variable | _scanned |
Undocumented |
Handle Bluetooth scan result events.
| Parameters | |
event:int | Bluetooth event code. |
data:tuple | Event payload with address and RSSI. |
Run the app and handle scan results.
| Parameters | |
viewViewManager | The view manager instance for display and storage access. |
Start the app and begin scanning for devices.
| 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 clean up.
| Parameters | |
viewViewManager | The view manager instance for display and storage access. |