summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2018-09-28 15:12:46 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2018-09-28 15:12:46 -0700
commit9ae180b91354337eb840ba3d0c1975270caf0e7d (patch)
tree61097a64d906d306c67d8fddf3fc8e12dd826229 /utils
parentb18e6f9b8c87c9cfcfb70a7fc0d8abc4dba09731 (diff)
parent935c00192ef480a3b5385d57ec496dda05c3962e (diff)
downloadgps-9ae180b91354337eb840ba3d0c1975270caf0e7d.tar.gz
Merge "Fix for vertical accuracy field missing on SDK APIs"
Diffstat (limited to 'utils')
-rw-r--r--utils/loc_gps.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/loc_gps.h b/utils/loc_gps.h
index b905c53..b58f20b 100644
--- a/utils/loc_gps.h
+++ b/utils/loc_gps.h
@@ -102,6 +102,10 @@ typedef uint16_t LocGpsLocationFlags;
#define LOC_GPS_LOCATION_HAS_VERT_UNCERTAINITY 0x0040
/** LocGpsLocation has valid spoof mask */
#define LOC_GPS_LOCATION_HAS_SPOOF_MASK 0x0080
+/** LocGpsLocation has valid speed accuracy */
+#define LOC_GPS_LOCATION_HAS_SPEED_ACCURACY 0x0100
+/** LocGpsLocation has valid bearing accuracy */
+#define LOC_GPS_LOCATION_HAS_BEARING_ACCURACY 0x0200
/** Spoof mask in LocGpsLocation */
typedef uint32_t LocGpsSpoofMask;