pub unsafe extern "C" fn otJamDetectionStop(
    aInstance: *mut otInstance
) -> otError
Expand description

Stop the jamming detection.

@param[in] aInstance A pointer to an OpenThread instance.

@retval OT_ERROR_NONE Successfully stopped the jamming detection. @retval OT_ERROR_ALREADY Jam detection is already stopped.