Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Djam_detector.hpp130 Error SetWindow(uint8_t aWindow);
Djam_detector.cpp128 Error JamDetector::SetWindow(uint8_t aWindow) in SetWindow() function in ot::Utils::JamDetector
/openthread-latest/src/core/api/
Djam_detection_api.cpp58 return AsCoreType(aInstance).Get<Utils::JamDetector>().SetWindow(aWindow); in otJamDetectionSetWindow()