BLEDevices
fun BLEDevices(connectionState: ERROR CLASS: Symbol not found for ConnectionState, selectedDevice: String, scanModel: ScannerViewModel)(source)
Composable that displays a list of Bluetooth Low Energy (BLE) devices and allows scanning.
Parameters
connectionState
The current connection state of the MeshService.
selectedDevice
The full address of the currently selected device.
scanModel
The ViewModel responsible for Bluetooth scanning logic.