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

Commit 052a171c authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add associated device failed precondition error code." into main

parents 23cfd650 8c6a9e02
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -73,4 +73,9 @@ enum ProximityResultCode {
    PRIMARY_DEVICE_RANGING_NOT_SUPPORTED = 24,
    /** Requested ranging is not supported on the associated device. */
    ASSOCIATED_DEVICE_RANGING_NOT_SUPPORTED = 25,
    /**
       Failed precondition i.e. device not on-body or not locked or ranging method is turned off,
       as reported by the associated device.
    */
    ASSOCIATED_DEVICE_FAILED_PRECONDITION = 26,
}