ScanResult
open class ScanResult(val peripheral: Peripheral, val isConnectable: Boolean?, val advertisingData: AdvertisingData, val rssi: Int, val txPowerLevel: Int?, val primaryPhy: PrimaryPhy, val secondaryPhy: Phy?, val timestamp: Long) : ScanResult<Peripheral, AdvertisingData>
Inheritors
Constructors
Link copied to clipboard
constructor(peripheral: Peripheral, isConnectable: Boolean?, advertisingData: AdvertisingData, rssi: Int, txPowerLevel: Int?, primaryPhy: PrimaryPhy, secondaryPhy: Phy?, timestamp: Long)