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