Sidewalk Coverage Test Config
fun SidewalkCoverageTestConfig(pingInterval: Int = 30, testDuration: Int = 300, shouldReceivePingPongProgress: Boolean = false)
Parameters
ping Interval
Each ping interval in seconds, max value: 2^14 - 1, min value: 5
test Duration
The total duration the test should run in seconds, max value: 2^16 - 1, min value: pingInterval
should Receive Ping Pong Progress
Determine whether report the ping/pong instant progress event or not