removeDescriptor

suspend fun removeDescriptor(args: BluetoothEmulation.RemoveDescriptorParameter, mode: CommandMode = CommandMode.DEFAULT)

Removes the descriptor with |descriptorId| from the simulated central.


suspend fun removeDescriptor(descriptorId: String)

Removes the descriptor with |descriptorId| from the simulated central.

Parameters

descriptorId

No description