summaryrefslogtreecommitdiff
path: root/location/LocationAPI.h
diff options
context:
space:
mode:
authorDante Russo <drusso@codeaurora.org>2017-07-14 11:22:57 -0700
committerDante Russo <drusso@codeaurora.org>2017-07-14 11:26:42 -0700
commit1bd0de5d87278a63b0b7a9b956e02ddfa1eeea47 (patch)
treeb50cd7aa2c92f4aeb143cb603f9bfa77b82ed098 /location/LocationAPI.h
parent86786d166a8ee8a8a8b389f942c08b70eab5c4dd (diff)
downloadgps-1bd0de5d87278a63b0b7a9b956e02ddfa1eeea47.tar.gz
Fix yearOfHw as 2016 pre ES SUPL concurrency
Add capability bit for Nmea Debug, which is a marker for modem support of concurrent emergency supl session and normal gps session. CRs-fixed: 2068217 Change-Id: Iea1ee7b56bfdd28643928edf0475cf21257de64c
Diffstat (limited to 'location/LocationAPI.h')
-rw-r--r--location/LocationAPI.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/location/LocationAPI.h b/location/LocationAPI.h
index d128d5e..bda6879 100644
--- a/location/LocationAPI.h
+++ b/location/LocationAPI.h
@@ -138,6 +138,8 @@ typedef enum {
LOCATION_CAPABILITIES_GNSS_MSB_BIT = (1<<6),
// supports startTracking/startBatching API with LocationOptions.mode of MSA (MS Assisted)
LOCATION_CAPABILITIES_GNSS_MSA_BIT = (1<<7),
+ // supports debug nmea sentences in the debugNmeaCallback
+ LOCATION_CAPABILITIES_DEBUG_NMEA_BIT = (1<<8),
} LocationCapabilitiesBits;
typedef enum {