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

Commit 9dd47b56 authored by Salil Rajadhyaksha's avatar Salil Rajadhyaksha Committed by Android (Google) Code Review
Browse files

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

Merge "Added error codes to handle ranging failures due to the device not supporting the requested feature." into main
parents 753122bc dbd59fcf
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,
}