Lines Matching refs:interval
223 /* already in the requested mode and the current interval has less latency than the max */
225 ((p_mode->mode & BTM_PM_MD_FORCE) && (p_mode->max >= p_cb->interval) && (p_mode->min <= p_cb->interval)) ||
226 ((p_mode->mode & BTM_PM_MD_FORCE)==0 && (p_mode->max >= p_cb->interval)) )
228 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);
602 ((md_res.max >= p_cb->interval) && (md_res.min <= p_cb->interval)) )
784 ** interval - number of baseband slots (meaning depends on mode)
789 void btm_pm_proc_mode_change (UINT8 hci_status, UINT16 hci_handle, UINT8 mode, UINT16 interval)
850 p_cb->interval = interval;
903 (*btm_cb.pm_reg_db[yy].cback)( p->remote_addr, mode, interval, hci_status);
944 if(p_cb->interval == max_rx_lat)