Lines Matching full:interval
147 * The backoff time starts from a minimum interval specified by
151 …* Once the wait time reaches the maximum, a random jitter interval is added to it. The maximum val…
153 * range `[-JITTER, +JITTER]`. It is only added when the backoff wait interval is at maximum value.
163 * Specifies the minimum backoff wait interval (in milliseconds) used by attach backoff feature.
177 * Specifies the maximum backoff wait interval (in milliseconds) used by attach backoff feature.
191 * Specifies the maximum jitter interval (in milliseconds) used by attach backoff feature.
205 …* Specifies the delay wait interval (in milliseconds) used by attach backoff feature after a succe…
206 * it resets the current backoff interval back to the minimum value.
208 …* If it is set to zero then the device resets its backoff attach interval immediately after a succ…
209 … if after a successful attach, the device happens to detach within the delay interval, the reattach
210 * process resumes with the previous backoff interval (as if the attach did not happen).
213 …* therefore attaches and detaches frequently from the parent. Using a non-zero wait interval ensu…
214 …* backoff interval does not reset on each attach and that the device does not drain its battery qu…