ScannerViewModel
open class ScannerViewModel(serviceRepository: ERROR CLASS: Symbol not found for ServiceRepository, radioController: ERROR CLASS: Symbol not found for RadioController, radioInterfaceService: ERROR CLASS: Symbol not found for RadioInterfaceService, recentAddressesDataSource: ERROR CLASS: Symbol not found for RecentAddressesDataSource, getDiscoveredDevicesUseCase: GetDiscoveredDevicesUseCase, bleScanner: ERROR CLASS: Symbol not found for org.meshtastic.core.ble.BleScanner?? = null) : <ERROR CLASS> ERROR CLASS: Symbol not found for ViewModel(source)
Inheritors
Constructors
Link copied to clipboard
constructor(serviceRepository: ERROR CLASS: Symbol not found for ServiceRepository, radioController: ERROR CLASS: Symbol not found for RadioController, radioInterfaceService: ERROR CLASS: Symbol not found for RadioInterfaceService, recentAddressesDataSource: ERROR CLASS: Symbol not found for RecentAddressesDataSource, getDiscoveredDevicesUseCase: GetDiscoveredDevicesUseCase, bleScanner: ERROR CLASS: Symbol not found for org.meshtastic.core.ble.BleScanner?? = null)
Properties
Link copied to clipboard
val bleDevicesForUi: ERROR CLASS: Symbol not found for StateFlow<kotlin/collections/List<org/meshtastic/feature/connections/model/DeviceListEntry>>
A combined list of bonded and scanned BLE devices for the UI.
Link copied to clipboard
val discoveredTcpDevicesForUi: ERROR CLASS: Symbol not found for StateFlow<kotlin/collections/List<org/meshtastic/feature/connections/model/DeviceListEntry>>
UI StateFlow for discovered TCP devices (NSD).
Link copied to clipboard
Link copied to clipboard
val recentTcpDevicesForUi: ERROR CLASS: Symbol not found for StateFlow<kotlin/collections/List<org/meshtastic/feature/connections/model/DeviceListEntry>>
UI StateFlow for recent TCP devices.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val supportedDeviceTypes: List<ERROR CLASS: Symbol not found for org.meshtastic.core.model.DeviceType>
Link copied to clipboard
val usbDevicesForUi: ERROR CLASS: Symbol not found for StateFlow<kotlin/collections/List<org/meshtastic/feature/connections/model/DeviceListEntry>>
UI StateFlow for USB devices.