Home
last modified time | relevance | path

Searched refs:SetConfig (Results 1 – 3 of 3) sorted by relevance

/openthread-2.7.6/src/core/backbone_router/
Dbbr_local.hpp125 Error SetConfig(const BackboneRouterConfig &aConfig);
Dbbr_local.cpp128 Error Local::SetConfig(const BackboneRouterConfig &aConfig) in SetConfig() function in ot::BackboneRouter::Local
/openthread-2.7.6/src/core/api/
Dbackbone_router_ftd_api.cpp74 return instance.Get<BackboneRouter::Local>().SetConfig(*aConfig); in otBackboneRouterSetConfig()