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

Commit dbd59fcf authored by Salil Rajadhyaksha's avatar Salil Rajadhyaksha
Browse files

Added error codes to handle ranging failures due to the device not supporting...

Added error codes to handle ranging failures due to the device not supporting the requested feature.

Bug: 409853958
Flag: EXEMPT adding non-functional interfaces
Change-Id: I715632f1c9c216f3c40935443e8036ec71047d80
parent 092bb913
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -69,4 +69,8 @@ enum ProximityResultCode {
    REQUEST_CANCELLED = 22,
    /** Unknown error. */
    UNKNOWN = 23,
    /** Requested ranging is not supported on the primary device. */
    PRIMARY_DEVICE_RANGING_NOT_SUPPORTED = 24,
    /** Requested ranging is not supported on the associated device. */
    ASSOCIATED_DEVICE_RANGING_NOT_SUPPORTED = 25,
}