Package com.skt.nugu.sdk.agent.bluetooth

Types

Link copied to clipboard
interface BluetoothAgentInterface

Interface for Bluetooth Capability Agent

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

Represents a remote bluetooth Device.

Link copied to clipboard
data class BluetoothHost(    val name: String,     val state: BluetoothAgentInterface.State,     val profiles: List<BluetoothProfile>? = null)

Represents a local bluetooth Device.

Link copied to clipboard
data class BluetoothProfile(val name: String, val enabled: String)
Link copied to clipboard
interface BluetoothProvider

Interface to provide bluetooth