summaryrefslogtreecommitdiff
path: root/core/LocApiBase.h
diff options
context:
space:
mode:
authorDante Russo <drusso@codeaurora.org>2015-06-17 14:27:50 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2015-06-22 17:43:36 -0700
commitdd823bc93e10e9a25967d2e9bbfee3d0bb0e454e (patch)
tree8a757fb1d642deba196696286f79745a9391c245 /core/LocApiBase.h
parent060ec8f69752e4e0da873ede68952e0149114a2e (diff)
downloadgps-dd823bc93e10e9a25967d2e9bbfee3d0bb0e454e.tar.gz
Add glo and bds to used-in-fix mask
The used-in-fix mask is only keeping track of GPS SVs, so add a used-in-fix mask for GlONASS SVs and BDS SVs as well to avoid NMEA generation issues CRs-fixed: 826152 Change-Id: I33862cf8d40db1d667179ef68d18703edc359843
Diffstat (limited to 'core/LocApiBase.h')
-rw-r--r--core/LocApiBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/LocApiBase.h b/core/LocApiBase.h
index 414769b..b1c3d30 100644
--- a/core/LocApiBase.h
+++ b/core/LocApiBase.h
@@ -113,7 +113,7 @@ public:
enum loc_sess_status status,
LocPosTechMask loc_technology_mask =
LOC_POS_TECH_MASK_DEFAULT);
- void reportSv(GpsSvStatus &svStatus,
+ void reportSv(GnssSvStatus &svStatus,
GpsLocationExtended &locationExtended,
void* svExt);
void reportStatus(GpsStatusValue status);