triggerDescriptorRead

suspend fun triggerDescriptorRead(descriptor: UUID, device: ConnectedDevice = MockConnectedDevice(), offset: Int = 0): GattResponse.ReadResponse

Simulates a connected central reading descriptor by invoking the captured descriptor read action.

Return

the GattResponse.ReadResponse produced by the server-side delegate.