Package-level declarations
Types
Link copied to clipboard
class SidewalkCoverageTestConfig(val pingInterval: Int = 30, val testDuration: Int = 300, val shouldReceivePingPongProgress: Boolean = false)
The data holder of coverage test config
Link copied to clipboard
interface SidewalkCoverageTestEvent
The coverage test state for host app to handle
Link copied to clipboard
class SidewalkCoverageTestReport(val linkType: Int, val outputPower: Int, val totalPongs: Int, val totalPkts: Int, val meanRssi: Int, val meanSnr: Int, val stdRssi: Double, val stdSnr: Double, val meanLatency: Int)
The coverage test result object