Home
last modified time | relevance | path

Searched refs:GetBit (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/meshcop/
Dmeshcop.cpp242 …return (mLength > 0) && GetBit(aIndexes.mIndex[0] % GetNumBits()) && GetBit(aIndexes.mIndex[1] % G… in Contains()
Dmeshcop.hpp371 bool GetBit(uint8_t aBit) const { return (m8[BitIndex(aBit)] & BitFlag(aBit)) != 0; } in GetBit() function in ot::MeshCoP::SteeringData