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

Commit ba83d1ea authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Bluesky flags to follow bit shift represntation"

parents c12b3b69 8cb5e3e6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,9 +32,9 @@ interface IGnssCallback extends @1.1::IGnssCallback {
        /** GNSS supports line-of-sight satellite identification measurement Corrections */
        MEASUREMENT_CORRECTIONS_LOS_SATS                        = 1 << 8,
        /** GNSS supports per satellite excess-path-length measurement Corrections */
        MEASUREMENT_CORRECTIONS_EXCESS_PATH_LENGTH              = 1 << 10,
        MEASUREMENT_CORRECTIONS_EXCESS_PATH_LENGTH              = 1 << 9,
        /** GNSS supports reflecting planes measurement Corrections */
        MEASUREMENT_CORRECTIONS_REFLECTING_PLANE                = 1 << 20
        MEASUREMENT_CORRECTIONS_REFLECTING_PLANE                = 1 << 10
    };

    /**