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