Searched defs:IsDisabled (Results 1 – 2 of 2) sorted by relevance
/openthread-2.7.6/src/core/meshcop/ | ||
D | commissioner.hpp | 261 bool IsDisabled(void) const { return mState == kStateDisabled; } in IsDisabled() function in ot::MeshCoP::Commissioner |
/openthread-2.7.6/src/core/thread/ | ||
D | mle.hpp | 234 bool IsDisabled(void) const { return (mRole == kRoleDisabled); } in IsDisabled() function in ot::Mle::Mle |