BluetoothDevice

data class BluetoothDevice(    val name: String,     val address: String,     val streaming: BluetoothAgentInterface.StreamingState)

Represents a remote bluetooth Device.

Constructors

Link copied to clipboard
fun BluetoothDevice(    name: String,     address: String,     streaming: BluetoothAgentInterface.StreamingState)

Properties

Link copied to clipboard
val address: String
Link copied to clipboard
val name: String
Link copied to clipboard
val streaming: BluetoothAgentInterface.StreamingState