Lines Matching full:interval
216 /* already in the requested mode and the current interval has less latency than the max */
218 ((p_mode->mode & BTM_PM_MD_FORCE) && (p_mode->max >= p_cb->interval) && (p_mode->min <= p_cb->interval)) ||
219 ((p_mode->mode & BTM_PM_MD_FORCE)==0 && (p_mode->max >= p_cb->interval)) )
221 BTM_TRACE_DEBUG( "BTM_SetPowerMode: mode:0x%x interval %d max:%d, min:%d", p_mode->mode, p_cb->interval, p_mode->max, p_mode->min);
624 ((md_res.max >= p_cb->interval) && (md_res.min <= p_cb->interval)) )
808 ** interval - number of baseband slots (meaning depends on mode)
813 void btm_pm_proc_mode_change (UINT8 hci_status, UINT16 hci_handle, UINT8 mode, UINT16 interval)
831 p_cb->interval = interval;
883 (*btm_cb.pm_reg_db[yy].cback)( p->remote_addr, mode, interval, hci_status);
928 if(p_cb->interval == max_rx_lat)