Home
last modified time | relevance | path

Searched refs:otBackboneRouterSetConfig (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/openthread/include/openthread/
H A Dbackbone_router_ftd.h141 otError otBackboneRouterSetConfig(otInstance *aInstance, const otBackboneRouterConfig *aConfig);
/aosp_15_r20/external/openthread/src/core/api/
H A Dbackbone_router_ftd_api.cpp63 otError otBackboneRouterSetConfig(otInstance *aInstance, const otBackboneRouterConfig *aConfig) in otBackboneRouterSetConfig() function
/aosp_15_r20/external/openthread/src/cli/
H A Dcli_bbr.cpp416 error = otBackboneRouterSetConfig(GetInstancePtr(), &config); in Process()
/aosp_15_r20/external/openthread/src/ncp/
H A Dncp_base_ftd.cpp471 SuccessOrExit(error = otBackboneRouterSetConfig(mInstance, &bbrConfig)); in HandlePropertySet()