BluetoothHost
data class BluetoothHost( val name: String, val state: BluetoothAgentInterface.State, val profiles: List<BluetoothProfile>? = null)
Content copied to clipboard
Represents a local bluetooth Device.
Constructors
Link copied to clipboard
fun BluetoothHost( name: String, state: BluetoothAgentInterface.State, profiles: List<BluetoothProfile>? = null)
Content copied to clipboard