summaryrefslogtreecommitdiff
path: root/location/LocationAPI.h
diff options
context:
space:
mode:
authorHarikrishnan Hariharan <hahariha@codeaurora.org>2017-08-13 01:39:36 +0530
committerHarikrishnan Hariharan <hahariha@codeaurora.org>2017-08-13 01:39:36 +0530
commitbb1d7ec1a28bd83fc580ef8bbcf545f7277c3bab (patch)
tree86823b3c6f3b4a4fe36b9077ead2fd29a69a4828 /location/LocationAPI.h
parent3d75c952a857459fe7dcdbbd49f6aa23d8e5b4eb (diff)
downloadgps-bb1d7ec1a28bd83fc580ef8bbcf545f7277c3bab.tar.gz
Passing correct LPPe parameters
Passing correct LPPe parameters to modem for SRN AP measurement and Sensor Baro measurements. Change-Id: Id56f9bf050df82444a8698cad7cda85b4e9fbe78 CRs-Fixed: 2092158
Diffstat (limited to 'location/LocationAPI.h')
-rw-r--r--location/LocationAPI.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/location/LocationAPI.h b/location/LocationAPI.h
index bc51927..f5cc75a 100644
--- a/location/LocationAPI.h
+++ b/location/LocationAPI.h
@@ -177,6 +177,9 @@ typedef uint16_t GnssConfigLppeControlPlaneMask;
typedef enum {
GNSS_CONFIG_LPPE_CONTROL_PLANE_DBH_BIT = (1<<0), // DBH
GNSS_CONFIG_LPPE_CONTROL_PLANE_WLAN_AP_MEASUREMENTS_BIT = (1<<1), // WLAN_AP_MEASUREMENTS
+ GNSS_CONFIG_LPPE_CONTROL_PLANE_SRN_AP_MEASUREMENTS_BIT = (1<<2), // SRN_AP_MEASUREMENTS
+ GNSS_CONFIG_LPPE_CONTROL_PLANE_SENSOR_BARO_MEASUREMENTS_BIT = (1<<3),
+ // SENSOR_BARO_MEASUREMENTS
} GnssConfigLppeControlPlaneBits;
// Technology for LPPe User Plane
@@ -184,6 +187,9 @@ typedef uint16_t GnssConfigLppeUserPlaneMask;
typedef enum {
GNSS_CONFIG_LPPE_USER_PLANE_DBH_BIT = (1<<0), // DBH
GNSS_CONFIG_LPPE_USER_PLANE_WLAN_AP_MEASUREMENTS_BIT = (1<<1), // WLAN_AP_MEASUREMENTS
+ GNSS_CONFIG_LPPE_USER_PLANE_SRN_AP_MEASUREMENTS_BIT = (1<<2), // SRN_AP_MEASUREMENTS
+ GNSS_CONFIG_LPPE_USER_PLANE_SENSOR_BARO_MEASUREMENTS_BIT = (1<<3),
+ // SENSOR_BARO_MEASUREMENTS
} GnssConfigLppeUserPlaneBits;
// Positioning Protocol on A-GLONASS system