Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Djam_detection.h72 otError otJamDetectionSetRssiThreshold(otInstance *aInstance, int8_t aRssiThreshold);
/openthread-latest/src/core/api/
Djam_detection_api.cpp44 otError otJamDetectionSetRssiThreshold(otInstance *aInstance, int8_t aRssiThreshold) in otJamDetectionSetRssiThreshold() function
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp2447 error = otJamDetectionSetRssiThreshold(mInstance, threshold); in HandlePropertySet()