Bluetooth

data class Bluetooth(val id: String, val name: String?, val connectionState: BluetoothDeviceState?, val batteryLevel: Int?) : AudioDeviceUi

Bluetooth Audio Device

Constructors

Link copied to clipboard
constructor(id: String, name: String?, connectionState: BluetoothDeviceState?, batteryLevel: Int?)

Properties

Link copied to clipboard

Int? optional battery level

Link copied to clipboard

BluetoothDeviceState bluetooth connection state

Link copied to clipboard
open override val id: String

String device identifier

Link copied to clipboard
val name: String?

String? optional device name