Home
last modified time | relevance | path

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

/openthread-2.7.6/include/openthread/
Djam_detection.h75 otError otJamDetectionSetRssiThreshold(otInstance *aInstance, int8_t aRssiThreshold);
/openthread-2.7.6/src/core/api/
Djam_detection_api.cpp45 otError otJamDetectionSetRssiThreshold(otInstance *aInstance, int8_t aRssiThreshold) in otJamDetectionSetRssiThreshold() function
/openthread-2.7.6/src/ncp/
Dncp_base_mtd.cpp2361 error = otJamDetectionSetRssiThreshold(mInstance, threshold); in HandlePropertySet()