Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/common/
Derror.hpp72 constexpr Error kErrorDetached = OT_ERROR_DETACHED; variable
/openthread-2.7.6/src/core/api/
Dthread_api.cpp351 VerifyOrExit(instance.Get<Mle::MleRouter>().IsAttached(), error = kErrorDetached); in otThreadGetLeaderData()
/openthread-2.7.6/src/core/thread/
Dmle.cpp973 VerifyOrExit(GetRloc16() != Mac::kShortAddrInvalid, error = kErrorDetached); in GetLeaderAddress()
985 VerifyOrExit(GetRloc16() != Mac::kShortAddrInvalid, error = kErrorDetached); in GetLocatorAddress()
998 VerifyOrExit(GetRloc16() != Mac::kShortAddrInvalid, error = kErrorDetached); in GetServiceAloc()