ot::TrickleTimer::SetIntervalMin() method
Sets the interval min value of the trickle timer while timer is running. If @p aIntervalMin is smaller than the current `GetIntervalMax()` the interval max value is also updated to the new @p aIntervalMin (as if `SetIntervalMax(aIntervalMin)` was called).
Arguments
aIntervalMin
The minimum interval in milliseconds.