Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Derror.hpp70 constexpr Error kErrorDetached = OT_ERROR_DETACHED; variable
/openthread-latest/src/core/api/
Dthread_api.cpp78 …xit(!AsCoreType(aInstance).Get<Mle::Mle>().HasRloc16(Mle::kInvalidRloc16), error = kErrorDetached); in otThreadGetLeaderRloc()
194 …xit(!AsCoreType(aInstance).Get<Mle::Mle>().HasRloc16(Mle::kInvalidRloc16), error = kErrorDetached); in otThreadGetServiceAloc()
325 VerifyOrExit(AsCoreType(aInstance).Get<Mle::MleRouter>().IsAttached(), error = kErrorDetached); in otThreadGetLeaderData()
/openthread-latest/src/core/thread/
Dmle_router.cpp1300 ExitNow(error = kErrorDetached); in HandleAdvertisementOnFtd()