Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dchannel_monitor.hpp182 static constexpr uint32_t kMaxOccupancy = 0xffff; member in ot::Utils::ChannelMonitor
Dchannel_monitor.cpp155 newValue = (aResult->mMaxRssi >= kRssiThreshold) ? kMaxOccupancy : 0; in HandleEnergyScanResult()