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