Home
last modified time | relevance | path

Searched refs:SetWindow (Results 1 – 3 of 3) sorted by relevance

/external/openthread/src/core/utils/
Djam_detector.hpp135 Error SetWindow(uint8_t aWindow);
Djam_detector.cpp136 Error JamDetector::SetWindow(uint8_t aWindow) in SetWindow() function in ot::Utils::JamDetector
/external/openthread/src/core/api/
Djam_detection_api.cpp59 return AsCoreType(aInstance).Get<Utils::JamDetector>().SetWindow(aWindow); in otJamDetectionSetWindow()