addDescriptor
suspend fun addDescriptor(args: BluetoothEmulation.AddDescriptorParameter, mode: CommandMode = CommandMode.DEFAULT): BluetoothEmulation.AddDescriptorReturn
Adds a descriptor with |descriptorUuid| to the characteristic respresented by |characteristicId|.
suspend fun addDescriptor(characteristicId: String, descriptorUuid: String): BluetoothEmulation.AddDescriptorReturn
Adds a descriptor with |descriptorUuid| to the characteristic respresented by |characteristicId|.
Parameters
characteristicId
No description
descriptorUuid
No description