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)

Properties

Link copied to clipboard
open override val advertisingData: AdvertisingData
Link copied to clipboard
open override val isConnectable: Boolean?
Link copied to clipboard
open override val peripheral: Peripheral
Link copied to clipboard
open override val primaryPhy: PrimaryPhy
Link copied to clipboard
open override val rssi: Int
Link copied to clipboard
open override val secondaryPhy: Phy?
Link copied to clipboard
open override val timestamp: Long
Link copied to clipboard
open override val txPowerLevel: Int?

Functions

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