pub unsafe extern "C" fn otJamDetectionSetRssiThreshold(
aInstance: *mut otInstance,
aRssiThreshold: i8,
) -> otError
Expand description
Set the Jam Detection RSSI Threshold (in dBm).
@param[in] aInstance A pointer to an OpenThread instance. @param[in] aRssiThreshold The RSSI threshold.
@retval OT_ERROR_NONE Successfully set the threshold.