Package-level declarations
Functions
Link copied to clipboard
fun AnimatedConnectionsNavIcon(connectionState: ERROR CLASS: Symbol not found for ConnectionState, deviceType: ERROR CLASS: Symbol not found for DeviceType??, meshActivityFlow: ERROR CLASS: Symbol not found for Flow<ERROR CLASS: Symbol not found for MeshActivity>, colorScheme: ERROR CLASS: Symbol not found for ColorScheme, modifier: ERROR CLASS: Symbol not found for Modifier = Modifier)
A wrapper around ConnectionsNavIcon that adds a blinking glow effect when there is mesh activity (Send/Receive).
Link copied to clipboard
fun BLEDevices(connectionState: ERROR CLASS: Symbol not found for ConnectionState, selectedDevice: String, scanModel: ScannerViewModel)
Composable that displays a list of Bluetooth Low Energy (BLE) devices and allows scanning.
Link copied to clipboard
fun ConnectingDeviceInfo(deviceName: String, deviceAddress: String, onClickDisconnect: () -> Unit, modifier: ERROR CLASS: Symbol not found for Modifier = Modifier)
Link copied to clipboard
fun ConnectionsNavIcon(modifier: ERROR CLASS: Symbol not found for Modifier = Modifier, connectionState: ERROR CLASS: Symbol not found for ConnectionState, deviceType: ERROR CLASS: Symbol not found for DeviceType??, contentDescription: String? = null)
Link copied to clipboard
fun ConnectionsSegmentedBar(selectedDeviceType: ERROR CLASS: Symbol not found for DeviceType, supportedDeviceTypes: List<ERROR CLASS: Symbol not found for DeviceType>, modifier: ERROR CLASS: Symbol not found for Modifier = Modifier, onClickDeviceType: (ERROR CLASS: Symbol not found for DeviceType) -> Unit)
Link copied to clipboard
fun CurrentlyConnectedInfo(node: ERROR CLASS: Symbol not found for Node, onNavigateToNodeDetails: (Int) -> Unit, onClickDisconnect: () -> Unit, modifier: ERROR CLASS: Symbol not found for Modifier = Modifier, bleDevice: DeviceListEntry.Ble? = null)
Link copied to clipboard
fun DeviceListItem(connectionState: ERROR CLASS: Symbol not found for ConnectionState, device: DeviceListEntry, onSelect: () -> Unit, modifier: ERROR CLASS: Symbol not found for Modifier = Modifier, onDelete: () -> Unit? = null, rssi: Int? = null)
Link copied to clipboard
fun List<DeviceListEntry>.DeviceListSection(title: String, connectionState: ERROR CLASS: Symbol not found for ConnectionState, selectedDevice: String, onSelect: (DeviceListEntry) -> Unit, modifier: ERROR CLASS: Symbol not found for Modifier = Modifier, onDelete: (DeviceListEntry) -> Unit? = null)
Link copied to clipboard
fun EmptyStateContent(text: String, imageVector: ERROR CLASS: Symbol not found for ImageVector, modifier: ERROR CLASS: Symbol not found for Modifier = Modifier, action: () -> Unit? = null)
Link copied to clipboard
fun getIconPair(connectionState: ERROR CLASS: Symbol not found for ConnectionState, deviceType: ERROR CLASS: Symbol not found for DeviceType?? = null): ERROR CLASS: Symbol not found for Pair<ERROR CLASS: Symbol not found for ImageVector, ERROR CLASS: Symbol not found for ImageVector?>
Link copied to clipboard
fun NetworkDevices(connectionState: ERROR CLASS: Symbol not found for ConnectionState, discoveredNetworkDevices: List<DeviceListEntry>, recentNetworkDevices: List<DeviceListEntry>, selectedDevice: String, scanModel: ScannerViewModel)
Link copied to clipboard
fun UsbDevices(connectionState: ERROR CLASS: Symbol not found for ConnectionState, usbDevices: List<DeviceListEntry>, selectedDevice: String, scanModel: ScannerViewModel)