Package com.skt.nugu.sdk.agent.bluetooth
Types
Link copied to clipboard
Interface for Bluetooth Capability Agent
Link copied to clipboard
data class BluetoothDevice( val name: String, val address: String, val streaming: BluetoothAgentInterface.StreamingState)
Content copied to clipboard
Represents a remote bluetooth Device.
Link copied to clipboard
data class BluetoothHost( val name: String, val state: BluetoothAgentInterface.State, val profiles: List<BluetoothProfile>? = null)
Content copied to clipboard
Represents a local bluetooth Device.
Link copied to clipboard
Link copied to clipboard
Interface to provide bluetooth