AddServiceRequest

@Serializable
data class AddServiceRequest(val address: String, val serviceUuid: String)

Request object containing input parameters for the BluetoothEmulationDomain.addService command.

Constructors

Link copied to clipboard
constructor(address: String, serviceUuid: String)

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)