Home
last modified time | relevance | path

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

/openthread-latest/src/core/meshcop/
Dmeshcop.cpp218 SetBit(aIndexes.mIndex[0] % GetNumBits()); in UpdateBloomFilter()
219 SetBit(aIndexes.mIndex[1] % GetNumBits()); in UpdateBloomFilter()
242 …urn (mLength > 0) && GetBit(aIndexes.mIndex[0] % GetNumBits()) && GetBit(aIndexes.mIndex[1] % GetN… in Contains()
Dmeshcop.hpp366 uint8_t GetNumBits(void) const { return (mLength * kBitsPerByte); } in GetNumBits() function in ot::MeshCoP::SteeringData