EddystoneDevice

The model of a tag conformant to the Eddystone Protocol Specification🔗 with the Eddystone-UID frame type🔗.

Properties

Link copied to clipboard

The MAC address of the Bluetooth device.

Link copied to clipboard

A rough estimate of how far away is the Bluetooth device, in meters.

Link copied to clipboard

A collection of custom informations. Typically for a battery level indicator.

Link copied to clipboard
Link copied to clipboard
val name: String?

Optionally, a name advertised by the Bluetooth device.

Link copied to clipboard
Link copied to clipboard
var rssi: Int

The Receive Signal Strength Indicator value.

Link copied to clipboard

Functions

Link copied to clipboard
protected fun extrasAsString(): String?

Returns a string representation of the extras property, mainly for the full string representation of the device.

Link copied to clipboard
protected open override fun getTxPowerAt1m(): Int

Gets the expected calibrated transmitted power at 1 meter.

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

Returns a string representation of an EddystoneDevice.