Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 881ed3dd authored by Etan Cohen's avatar Etan Cohen
Browse files

[RTT] Update LCI/LCR documentation to refect to IEEE 802.11-2016 spec.

Update API doc.

Bug: 73953299
Test: builds
Change-Id: I608f1bc631902baf76d9e21a6dd586b188fdfac1
parent 85c0e878
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -189,7 +189,8 @@ public final class RangingResult implements Parcelable {
    }

    /**
     * @return The Location Configuration Information (LCI) as self-reported by the peer.
     * @return The Location Configuration Information (LCI) as self-reported by the peer. The format
     * is specified in the IEEE 802.11-2016 specifications, section 9.4.2.22.10.
     * <p>
     * Note: the information is NOT validated - use with caution. Consider validating it with
     * other sources of information before using it.
@@ -207,7 +208,8 @@ public final class RangingResult implements Parcelable {
    }

    /**
     * @return The Location Civic report (LCR) as self-reported by the peer.
     * @return The Location Civic report (LCR) as self-reported by the peer. The format
     * is specified in the IEEE 802.11-2016 specifications, section 9.4.2.22.13.
     * <p>
     * Note: the information is NOT validated - use with caution. Consider validating it with
     * other sources of information before using it.