| com.google.android.gms.nearby.messages.BleSignal |
Represents properties of the BLE signal associated with a Message.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | UNKNOWN_TX_POWER | Unknown transmission power level. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the received signal strength indicator (RSSI) in dBm.
| |||||||||||
Returns the transmission power level at 1 meter, in dBm.
| |||||||||||
Unknown transmission power level. See getTxPower().
Returns the received signal strength indicator (RSSI) in dBm. The valid range is [-127, 127], inclusive.
This is a weighted average of sightings, with later sightings having more weight.
Returns the transmission power level at 1 meter, in dBm. Returns UNKNOWN_TX_POWER
if the advertiser did not report its transmission power.