AddDescriptorRequest

@Serializable
data class AddDescriptorRequest(val characteristicId: String, val descriptorUuid: String)

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

Constructors

Link copied to clipboard
constructor(characteristicId: String, descriptorUuid: String)

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)