summaryrefslogtreecommitdiff
path: root/core/LocApiBase.h
diff options
context:
space:
mode:
authorSaurabh Srivastava <ssrivast@codeaurora.org>2018-05-18 00:05:32 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2018-05-29 04:28:47 -0700
commitd462c0add34dacbdfe3e5e90c5aaeea7e5dc6952 (patch)
tree4ac09c8ec40f48076cf15031800313d85c3cd954 /core/LocApiBase.h
parent365919e004080bcce98968ddffcd61b2bc078a53 (diff)
downloadgps-d462c0add34dacbdfe3e5e90c5aaeea7e5dc6952.tar.gz
FR 46082 - SUPL Network Setup Improvements
Adding enhancement to ATL messages to allow sending bearer type and apn type mask values. CRs-Fixed: 2209227 Change-Id: I09a294946610f26de4760a0fba6f13083f8752f3
Diffstat (limited to 'core/LocApiBase.h')
-rw-r--r--core/LocApiBase.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/LocApiBase.h b/core/LocApiBase.h
index f0b1f59..f9fdf4d 100644
--- a/core/LocApiBase.h
+++ b/core/LocApiBase.h
@@ -147,9 +147,9 @@ public:
void requestXtraData();
void requestTime();
void requestLocation();
- void requestATL(int connHandle, LocAGpsType agps_type);
+ void requestATL(int connHandle, LocAGpsType agps_type, LocApnTypeMask mask);
void releaseATL(int connHandle);
- void requestSuplES(int connHandle);
+ void requestSuplES(int connHandle, LocApnTypeMask mask);
void reportDataCallOpened();
void reportDataCallClosed();
void requestNiNotify(GnssNiNotification &notify, const void* data);
@@ -181,7 +181,7 @@ public:
virtual void
atlOpenStatus(int handle, int is_succ, char* apn, uint32_t apnLen,
- AGpsBearerType bear, LocAGpsType agpsType);
+ AGpsBearerType bear, LocAGpsType agpsType, LocApnTypeMask mask);
virtual void
atlCloseStatus(int handle, int is_succ);
virtual void