Package-level declarations
Functions
Link copied to clipboard
fun ConnectionsScreen(uiViewModel: UIViewModel = hiltViewModel(), scanModel: BTScanModel = hiltViewModel(), bluetoothViewModel: BluetoothViewModel = hiltViewModel(), radioConfigViewModel: RadioConfigViewModel = hiltViewModel(), onNavigateToSettings: () -> Unit, onNavigateToNodeDetails: (Int) -> Unit, onConfigNavigate: (Route) -> Unit)
Composable screen for managing device connections (BLE, TCP, USB). It handles permission requests for location and displays connection status.
Link copied to clipboard