Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Djam_detector.hpp113 void SetRssiThreshold(int8_t aThreshold);
Djam_detector.cpp122 void JamDetector::SetRssiThreshold(int8_t aThreshold) in SetRssiThreshold() function in ot::Utils::JamDetector
/openthread-latest/src/core/api/
Djam_detection_api.cpp46 AsCoreType(aInstance).Get<Utils::JamDetector>().SetRssiThreshold(aRssiThreshold); in otJamDetectionSetRssiThreshold()