diff options
author | Wei Chen <weic@codeaurora.org> | 2020-04-23 17:38:11 -0700 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2020-04-30 20:01:37 -0700 |
commit | 7792e6f7df2760231498ac932f27dced37b8d8bb (patch) | |
tree | 75047abbb1f52e9d8e38a4edde564d4b6e1fe05b /core/LocApiBase.cpp | |
parent | c4492413e5ea9c83f9bdb342fc91882aebb35a82 (diff) |
Gnss adapter: support setting min SV elevation angle
Support setting min SV elevation angle
Change-Id: I4358027ae2702e67ef51022e21328de4b6abd322
CRs-fixed: 2658027
Diffstat (limited to 'core/LocApiBase.cpp')
-rw-r--r-- | core/LocApiBase.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/LocApiBase.cpp b/core/LocApiBase.cpp index 33363f3..437bb90 100644 --- a/core/LocApiBase.cpp +++ b/core/LocApiBase.cpp @@ -770,4 +770,12 @@ void LocApiBase:: getMinGpsWeek(uint32_t sessionId, LocApiResponse* /*adapterResponse*/) DEFAULT_IMPL() +LocationError LocApiBase:: + setParameterSync(const GnssConfig& gnssConfig) +DEFAULT_IMPL(LOCATION_ERROR_SUCCESS) + +void LocApiBase:: + getParameter(uint32_t sessionId, GnssConfigFlagsMask flags, LocApiResponse* /*adapterResponse*/) +DEFAULT_IMPL() + } // namespace loc_core |