Merge "Fix typo in AngleOfArrivalSupportType values"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user