triggerRead

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

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

Return

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