Home
last modified time | relevance | path

Searched refs:aRssiThreshold (Results 1 – 2 of 2) sorted by relevance

/external/openthread/src/core/api/
Djam_detection_api.cpp45 otError otJamDetectionSetRssiThreshold(otInstance *aInstance, int8_t aRssiThreshold) in otJamDetectionSetRssiThreshold() argument
47 AsCoreType(aInstance).Get<Utils::JamDetector>().SetRssiThreshold(aRssiThreshold); in otJamDetectionSetRssiThreshold()
/external/openthread/include/openthread/
Djam_detection.h75 otError otJamDetectionSetRssiThreshold(otInstance *aInstance, int8_t aRssiThreshold);