HasAverage() const
Indicates whether the averager contains an average (i.e., at least one RSS value has been added).
Add()
Adds a received signal strength (RSS) value to the average. If @p aRss is `Radio::kInvalidRssi`, it is ignored and error status kErrorInvalidArgs is returned. The value of RSS is capped at 0dBm (i.e., for any given RSS value higher than 0dBm, 0dBm is used instead).
GetAverage() const
Returns the current average signal strength value maintained by the averager.
GetRaw() const
Returns an raw/encoded version of current average signal strength value. The raw value is the average multiplied by a precision factor (currently set as -8).
ToString() const
Converts the current average RSS value to a human-readable string (e.g., "-80.375"). If the average is unknown, empty string is returned.