summaryrefslogtreecommitdiff
path: root/location
diff options
context:
space:
mode:
authorMike Cailean <mcailean@codeaurora.org>2019-04-08 11:17:31 -0700
committerMike Cailean <mcailean@codeaurora.org>2019-04-08 11:17:31 -0700
commitb95f05cc738a5de5d3dd9751af6da532c6f0079a (patch)
tree879de742da2129e9e96d59c8f9228803533dc417 /location
parenta6c61bde6a815aa723fd3dc144875e5758349955 (diff)
downloadgps-b95f05cc738a5de5d3dd9751af6da532c6f0079a.tar.gz
Streamline measurements processing
Consolidate the translation from QMI LOC into one place in order to minimize traffic Change-Id: I73c2f25e94544a2b69d4227c63548ef11b6a4d91 CRs-fixed: 2430668
Diffstat (limited to 'location')
-rw-r--r--location/LocationDataTypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/location/LocationDataTypes.h b/location/LocationDataTypes.h
index 1cb63fe..f8bb6cb 100644
--- a/location/LocationDataTypes.h
+++ b/location/LocationDataTypes.h
@@ -38,7 +38,7 @@
#define GNSS_NI_REQUESTOR_MAX (256)
#define GNSS_NI_MESSAGE_ID_MAX (2048)
#define GNSS_SV_MAX (176)
-#define GNSS_MEASUREMENTS_MAX (64)
+#define GNSS_MEASUREMENTS_MAX (128)
#define GNSS_UTC_TIME_OFFSET (3657)
#define GNSS_BUGREPORT_GPS_MIN (1)