module documentation
Bluetooth Apps Menu - Central hub for all Bluetooth applications
| Function | run |
Run the app and handle menu navigation. |
| Function | start |
Start the app and build the Bluetooth menu. |
| Function | stop |
Stop the app and clean up the menu. |
| Variable | _bluetooth |
Undocumented |
| Variable | _bluetooth |
Undocumented |
Run the app and handle menu navigation.
| Parameters | |
viewViewManager | The view manager instance for display and storage access. |
Start the app and build the Bluetooth menu.
| Parameters | |
viewViewManager | The view manager instance for display and storage access. |
| Returns | |
bool | True if the app started, False if Bluetooth is unavailable. |
Stop the app and clean up the menu.
| Parameters | |
viewViewManager | The view manager instance for display and storage access. |