DeviceInfoImpl
data class DeviceInfoImpl(val deviceName: String?, val identifier: Identifier, val rssi: RSSI, val advertisementData: BaseAdvertisementData) : DeviceInfo
An implementation of DeviceInfo
Parameters
deviceName
the name reported by the DeviceWrapper, used as a fallback when the advertisementData does not contain a name
Constructors
Link copied to clipboard
constructor(deviceName: String?, identifier: Identifier, rssi: RSSI, advertisementData: BaseAdvertisementData)
Constructor
Properties
Link copied to clipboard
Current BaseAdvertisementData of the Bluetooth device
Link copied to clipboard
Link copied to clipboard
Identifier of the Bluetooth device
Link copied to clipboard
The KalugaDate at which the device last advertised an update