BluetoothDevice
data class BluetoothDevice( val name: String, val address: String, val streaming: BluetoothAgentInterface.StreamingState)
Content copied to clipboard
Represents a remote bluetooth Device.
Constructors
Link copied to clipboard
fun BluetoothDevice( name: String, address: String, streaming: BluetoothAgentInterface.StreamingState)
Content copied to clipboard