ConnectionsScreen
fun ConnectionsScreen(connectionsViewModel: ERROR CLASS: Symbol not found for ConnectionsViewModel = koinViewModel(), scanModel: ScannerViewModel = koinViewModel(), radioConfigViewModel: ERROR CLASS: Symbol not found for RadioConfigViewModel = koinViewModel(), onClickNodeChip: (Int) -> Unit, onNavigateToNodeDetails: (Int) -> Unit, onConfigNavigate: (ERROR CLASS: Symbol not found for Route) -> Unit)(source)
Composable screen for managing device connections (BLE, TCP, USB). It displays connection status.