From a93b10c6770079c9f23ca3484b56fa0136b25464 Mon Sep 17 00:00:00 2001 From: Dante Russo Date: Wed, 23 May 2018 16:51:48 -0700 Subject: [PATCH] Update location supported feature enum Update location supported feature enumeration to match MP (constellation enablement, agpm, xtra integrity) Change-Id: I8cad9d8e09ebed3d16a32f63172bc7b3619a8969 CRs-Fixed: 2118920 --- utils/gps_extended_c.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/utils/gps_extended_c.h b/utils/gps_extended_c.h index 60286683..bc6e384b 100644 --- a/utils/gps_extended_c.h +++ b/utils/gps_extended_c.h @@ -118,7 +118,10 @@ typedef enum { LOC_SUPPORTED_FEATURE_WIFI_AP_DATA_INJECT_2_V02, /**< Support Wifi AP data inject version 2 feature */ LOC_SUPPORTED_FEATURE_DEBUG_NMEA_V02, /**< Support debug NMEA feature */ LOC_SUPPORTED_FEATURE_GNSS_ONLY_POSITION_REPORT, /**< Support GNSS Only position reports */ - LOC_SUPPORTED_FEATURE_FDCL /**< Support FDCL */ + LOC_SUPPORTED_FEATURE_FDCL, /**< Support FDCL */ + LOC_SUPPORTED_FEATURE_CONSTELLATION_ENABLEMENT, /**< Support constellation enablement */ + LOC_SUPPORTED_FEATURE_AGPM, /**< Support AGPM feature */ + LOC_SUPPORTED_FEATURE_XTRA_INTEGRITY /**< Support XTRA integrity */ } loc_supported_feature_enum; typedef struct {