Searched refs:otJamDetectionSetRssiThreshold (Results 1 – 3 of 3) sorted by relevance
75 otError otJamDetectionSetRssiThreshold(otInstance *aInstance, int8_t aRssiThreshold);
45 otError otJamDetectionSetRssiThreshold(otInstance *aInstance, int8_t aRssiThreshold) in otJamDetectionSetRssiThreshold() function
2361 error = otJamDetectionSetRssiThreshold(mInstance, threshold); in HandlePropertySet()