Home
last modified time | relevance | path

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

/openthread-3.7.0/src/core/utils/
Djam_detector.hpp165 uint8_t GetBusyPeriod(void) const { return mBusyPeriod; } in GetBusyPeriod() function in ot::Utils::JamDetector
/openthread-3.7.0/src/core/api/
Djam_detection_api.cpp74 return AsCoreType(aInstance).Get<Utils::JamDetector>().GetBusyPeriod(); in otJamDetectionGetBusyPeriod()