AddCharacteristicResponse

@Serializable
data class AddCharacteristicResponse(val characteristicId: String)

Response type for the BluetoothEmulationDomain.addCharacteristic command.

Constructors

Link copied to clipboard
constructor(characteristicId: String)

Properties

Link copied to clipboard

An identifier that uniquely represents this characteristic.