From d9f26fc543c5e59c33210473211da206cd7a020c Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Wed, 10 May 2017 13:52:34 +0800 Subject: [PATCH] Decouple position inject request from assist data Add LOC_API_ADAPTER_BIT_POSITION_INJECTION_REQUEST mask bit to decouple from LOC_API_ADAPTER_BIT_ASSISTANCE_DATA_REQUEST. Change-Id: I4c2f8439dca9ea3b4d56a3cd00da88e4488717bf CRs-fixed: 2044870 --- utils/gps_extended_c.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/gps_extended_c.h b/utils/gps_extended_c.h index b4d14b88..946993cc 100644 --- a/utils/gps_extended_c.h +++ b/utils/gps_extended_c.h @@ -491,6 +491,7 @@ enum loc_api_adapter_event_index { LOC_API_ADAPTER_REQUEST_TIMEZONE, // Timezone injection request LOC_API_ADAPTER_REPORT_GENFENCE_DWELL_REPORT, // Geofence dwell report LOC_API_ADAPTER_REQUEST_SRN_DATA, // request srn data from AP + LOC_API_ADAPTER_REQUEST_POSITION_INJECTION, // Position injection request LOC_API_ADAPTER_EVENT_MAX }; @@ -524,6 +525,7 @@ enum loc_api_adapter_event_index { #define LOC_API_ADAPTER_BIT_REQUEST_TIMEZONE (1<