Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle.cpp5371 uint8_t modeBitmask; in ReadModeTlv() local
5373 SuccessOrExit(error = Tlv::Find<ModeTlv>(*this, modeBitmask)); in ReadModeTlv()
5374 aMode.Set(modeBitmask); in ReadModeTlv()