Home
last modified time | relevance | path

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

/external/openthread/src/core/utils/
Djam_detector.cpp150 Error JamDetector::SetBusyPeriod(uint8_t aBusyPeriod) in SetBusyPeriod() argument
154 VerifyOrExit(aBusyPeriod != 0, error = kErrorInvalidArgs); in SetBusyPeriod()
155 VerifyOrExit(aBusyPeriod <= mWindow, error = kErrorInvalidArgs); in SetBusyPeriod()
157 mBusyPeriod = aBusyPeriod; in SetBusyPeriod()
Djam_detector.hpp157 Error SetBusyPeriod(uint8_t aBusyPeriod);
/external/openthread/src/core/api/
Djam_detection_api.cpp67 otError otJamDetectionSetBusyPeriod(otInstance *aInstance, uint8_t aBusyPeriod) in otJamDetectionSetBusyPeriod() argument
69 return AsCoreType(aInstance).Get<Utils::JamDetector>().SetBusyPeriod(aBusyPeriod); in otJamDetectionSetBusyPeriod()
/external/openthread/include/openthread/
Djam_detection.h122 otError otJamDetectionSetBusyPeriod(otInstance *aInstance, uint8_t aBusyPeriod);