calculateRssi

open override fun calculateRssi(deviceIdentifier: Int, rssi: Int): Int

Ingests a new value to get a calculated substitute.

Return

A computed value, according to the algorithm of the implementation.

Parameters

deviceIdentifier

The hash code of the device's address.

rssi

The new value to introduce in the computation.