summaryrefslogtreecommitdiff
path: root/core/LocApiBase.h
diff options
context:
space:
mode:
authorHarikrishnan Hariharan <hahariha@codeaurora.org>2016-04-28 18:23:17 +0530
committerHarikrishnan Hariharan <hahariha@codeaurora.org>2016-04-29 23:13:33 +0530
commit2d9840bcee4d4290df8bb0b3c518950e75d51108 (patch)
tree0ce4115e4e47ae40483be7354508f8cbfd5726b4 /core/LocApiBase.h
parentf41f1960c45b3c62163465352e20b28db3ab433a (diff)
downloadgps-2d9840bcee4d4290df8bb0b3c518950e75d51108.tar.gz
Use QMI_LOC_SET_NMEA_TYPES to set the NMEA
sentences required. If NMEA_PROVIDER=1, HLOS needs to use the QMI type QMI_LOC_SET_NMEA_TYPES to set the type of NMEA sentences it needs. This will register for all possible NMEA sentences and instructs modem to send whatever it supports. Change-Id: I3a9e2219c1c9b4ca127a4b55f71b0a78a84cdd11 CRs-Fixed: 1005413 1006831
Diffstat (limited to 'core/LocApiBase.h')
-rw-r--r--core/LocApiBase.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/LocApiBase.h b/core/LocApiBase.h
index 7b80f5f..1b34e8e 100644
--- a/core/LocApiBase.h
+++ b/core/LocApiBase.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2011-2014, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2011-2016, The Linux Foundation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
@@ -172,6 +172,8 @@ public:
virtual enum loc_api_adapter_err
setSUPLVersion(uint32_t version);
virtual enum loc_api_adapter_err
+ setNMEATypes (uint32_t typesMask);
+ virtual enum loc_api_adapter_err
setLPPConfig(uint32_t profile);
virtual enum loc_api_adapter_err
setSensorControlConfig(int sensorUsage, int sensorProvider);