BluetoothHeadset

data class BluetoothHeadset(val id: String, val name: String, val isPlayable: Boolean = true) : AudioOutput

A bluetooth headset paired with the watch.

Constructors

Link copied to clipboard
constructor(id: String, name: String, isPlayable: Boolean = true)

Properties

Link copied to clipboard
open override val id: String

A unique audio output id.

Link copied to clipboard
open override val isPlayable: Boolean = true
Link copied to clipboard
open override val name: String

The user meaningful display name for the device.

Link copied to clipboard
open override val type: String

Optional type of output which may be associated with an icon or displayed name.