diff options
author | Wei Chen <weic@codeaurora.org> | 2020-04-23 17:38:11 -0700 |
---|---|---|
committer | Wei (GPS SD) Chen <weic@codeaurora.org> | 2020-05-29 14:36:12 -0700 |
commit | e972631613b271e064055f4763ada4ab46d7339f (patch) | |
tree | 6a9cb98658ca989338b98e4edfd39c8cde022cdb /core/LocApiBase.cpp | |
parent | dbf445f281c5cad3565d35de565da205752296f8 (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 4664c40..eb9a2a8 100644 --- a/core/LocApiBase.cpp +++ b/core/LocApiBase.cpp @@ -908,4 +908,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 |