Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Djam_detector.cpp142 Error JamDetector::SetBusyPeriod(uint8_t aBusyPeriod) in SetBusyPeriod() argument
146 VerifyOrExit(aBusyPeriod != 0, error = kErrorInvalidArgs); in SetBusyPeriod()
147 VerifyOrExit(aBusyPeriod <= mWindow, error = kErrorInvalidArgs); in SetBusyPeriod()
149 mBusyPeriod = aBusyPeriod; in SetBusyPeriod()
Djam_detector.hpp151 Error SetBusyPeriod(uint8_t aBusyPeriod);
/openthread-latest/src/core/api/
Djam_detection_api.cpp66 otError otJamDetectionSetBusyPeriod(otInstance *aInstance, uint8_t aBusyPeriod) in otJamDetectionSetBusyPeriod() argument
68 return AsCoreType(aInstance).Get<Utils::JamDetector>().SetBusyPeriod(aBusyPeriod); in otJamDetectionSetBusyPeriod()
/openthread-latest/include/openthread/
Djam_detection.h116 otError otJamDetectionSetBusyPeriod(otInstance *aInstance, uint8_t aBusyPeriod);