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

Commit f178b46b authored by Brian Stack's avatar Brian Stack Committed by Gerrit Code Review
Browse files

Merge "Fix typo in AngleOfArrivalSupportType values"

parents fa3f7a33 82b76099
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -176,15 +176,14 @@ public final class UwbManager {
     * arrangement, a platform may only support hemi-spherical azimuth angles
     * ranging from -pi/2 to pi/2
     */
    public static final int ANGLE_OF_ARRIVAL_SUPPORT_TYPE_3D_HEMISPHERICAL = 2;
    public static final int ANGLE_OF_ARRIVAL_SUPPORT_TYPE_3D_HEMISPHERICAL = 3;

    /**
     * Indicate support for three dimensional angle of arrival measurement.
     * Typically requires at least three antennas. This mode supports full
     * azimuth angles ranging from -pi to pi.
     */
    public static final int ANGLE_OF_ARRIVAL_SUPPORT_TYPE_3D_SPHERICAL = 3;

    public static final int ANGLE_OF_ARRIVAL_SUPPORT_TYPE_3D_SPHERICAL = 4;

    /**
     * Gets the {@link AngleOfArrivalSupportType} supported on this platform