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)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val rssi: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String