Home
last modified time | relevance | path

Searched defs:IsDisabled (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/meshcop/
Dcommissioner.hpp300 bool IsDisabled(void) const { return mState == kStateDisabled; } in IsDisabled() function in ot::MeshCoP::Commissioner
/openthread-latest/src/core/thread/
Dmle.hpp256 bool IsDisabled(void) const { return (mRole == kRoleDisabled); } in IsDisabled() function in ot::Mle::Mle