triggerDescriptorWrite
suspend fun triggerDescriptorWrite(descriptor: UUID, value: ByteArray, device: ConnectedDevice = MockConnectedDevice(), offset: Int = 0): GattResponse.WriteResponse
Simulates a connected central writing value to descriptor by invoking the captured descriptor write action.
Return
the GattResponse.WriteResponse produced by the server-side delegate.