MockScanResult
class MockScanResult<ID>(val peripheralSpec: PeripheralSpec<ID>, val isConnectable: Boolean, val advertisingData: ByteArray, val isBeacon: Boolean, val rssi: Int, val txPowerLevel: Int?, val primaryPhy: PrimaryPhy, val secondaryPhy: Phy?, val timestamp: Long)
Constructors
Link copied to clipboard
constructor(peripheralSpec: PeripheralSpec<ID>, isConnectable: Boolean, advertisingData: ByteArray, isBeacon: Boolean, rssi: Int, txPowerLevel: Int?, primaryPhy: PrimaryPhy, secondaryPhy: Phy?, timestamp: Long)