From 6a12f3743f2e0b4e008c493e1196372eee0e331c Mon Sep 17 00:00:00 2001 From: Kevin Tang Date: Mon, 16 Jul 2018 14:57:34 -0700 Subject: [PATCH] Added FDCL_2 feature support bit Added FDCL_2 feature support bit Change-Id: Icae2cf89f06f8d1d8d87c8115fe8efce9ccc566a CRs-Fixed: 2191059 --- 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 cd1ce070..ec6bb6ce 100644 --- a/utils/gps_extended_c.h +++ b/utils/gps_extended_c.h @@ -122,7 +122,8 @@ typedef enum { LOC_SUPPORTED_FEATURE_FDCL, /**< Support FDCL */ LOC_SUPPORTED_FEATURE_CONSTELLATION_ENABLEMENT_V02, /**< Support constellation enablement */ LOC_SUPPORTED_FEATURE_AGPM_V02, /**< Support AGPM feature */ - LOC_SUPPORTED_FEATURE_XTRA_INTEGRITY /**< Support XTRA integrity */ + LOC_SUPPORTED_FEATURE_XTRA_INTEGRITY, /**< Support XTRA integrity */ + LOC_SUPPORTED_FEATURE_FDCL_2 /**< Support FDCL V2 */ } loc_supported_feature_enum; typedef struct { @@ -807,6 +808,7 @@ enum loc_api_adapter_event_index { LOC_API_ADAPTER_BATCH_STATUS, // batch status LOC_API_ADAPTER_FDCL_SERVICE_REQ, // FDCL service request LOC_API_ADAPTER_REPORT_UNPROPAGATED_POSITION, // Unpropagated Position report + LOC_API_ADAPTER_BS_OBS_DATA_SERVICE_REQ, // BS observation data request LOC_API_ADAPTER_EVENT_MAX }; @@ -844,6 +846,7 @@ enum loc_api_adapter_event_index { #define LOC_API_ADAPTER_BIT_BATCH_STATUS (1<