Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle_tlvs.hpp668 static bool IsEndDeviceFlagSet(uint8_t aMask) { return (aMask & kEndDeviceFlag) != 0; } in IsEndDeviceFlagSet() function in ot::Mle::ScanMaskTlv
Dmle_router.cpp1492 VerifyOrExit(ScanMaskTlv::IsEndDeviceFlagSet(scanMask)); in HandleParentRequest()
1535 delay = 1 + Random::NonCrypto::GetUint16InRange(0, !ScanMaskTlv::IsEndDeviceFlagSet(scanMask) in HandleParentRequest()