summaryrefslogtreecommitdiff
path: root/core/LocAdapterBase.cpp
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/LocAdapterBase.cpp
parent060ec8f69752e4e0da873ede68952e0149114a2e (diff)
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/LocAdapterBase.cpp')
-rw-r--r--core/LocAdapterBase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/LocAdapterBase.cpp b/core/LocAdapterBase.cpp
index b304653..4e62693 100644
--- a/core/LocAdapterBase.cpp
+++ b/core/LocAdapterBase.cpp
@@ -79,7 +79,7 @@ void LocAdapterBase::
}
void LocAdapterBase::
- reportSv(GpsSvStatus &svStatus,
+ reportSv(GnssSvStatus &svStatus,
GpsLocationExtended &locationExtended,
void* svExt)
DEFAULT_IMPL()