BleDevice

data class BleDevice(val device: BluetoothDevice, val name: String, val isPaired: Boolean)

Represents a BLE Device that can be discovered when listing devices

This can be obtained from DeviceScanResult.Ble

Constructors

Link copied to clipboard
constructor(device: BluetoothDevice, name: String, isPaired: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard