diff options
Diffstat (limited to 'core/LocApiBase.cpp')
-rw-r--r-- | core/LocApiBase.cpp | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/core/LocApiBase.cpp b/core/LocApiBase.cpp index 47f89dd..3f15d69 100644 --- a/core/LocApiBase.cpp +++ b/core/LocApiBase.cpp @@ -717,7 +717,8 @@ DEFAULT_IMPL(LOCATION_ERROR_SUCCESS) LocationError LocApiBase::setBlacklistSvSync(const GnssSvIdConfig& /*config*/) DEFAULT_IMPL(LOCATION_ERROR_SUCCESS) -void LocApiBase::setBlacklistSv(const GnssSvIdConfig& /*config*/) +void LocApiBase::setBlacklistSv(const GnssSvIdConfig& /*config*/, + LocApiResponse* /*adapterResponse*/) DEFAULT_IMPL() void LocApiBase::getBlacklistSv() @@ -780,4 +781,12 @@ void LocApiBase:: getParameter(uint32_t sessionId, GnssConfigFlagsMask flags, LocApiResponse* /*adapterResponse*/) DEFAULT_IMPL() +void LocApiBase:: + configConstellationMultiBand(const GnssSvTypeConfig& secondaryBandConfig, + LocApiResponse* /*adapterResponse*/) +DEFAULT_IMPL() + +void LocApiBase:: + getConstellationMultiBandConfig(uint32_t sessionId, LocApiResponse* /*adapterResponse*/) +DEFAULT_IMPL() } // namespace loc_core |