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_index Undocumented
def run(view_manager):

Run the app and handle menu navigation.

Parameters
view_manager:ViewManagerThe view manager instance for display and storage access.
def start(view_manager) -> bool:

Start the app and build the Bluetooth menu.

Parameters
view_manager:ViewManagerThe view manager instance for display and storage access.
Returns
boolTrue if the app started, False if Bluetooth is unavailable.
def stop(view_manager):

Stop the app and clean up the menu.

Parameters
view_manager:ViewManagerThe view manager instance for display and storage access.
_bluetooth =

Undocumented

_bluetooth_index: int =

Undocumented