Lines Matching refs:md_res
579 tBTM_PM_PWR_MD md_res;
584 mode = btm_pm_get_set_mode(pm_id, p_cb, p_mode, &md_res);
585 md_res.mode = mode;
596 ((md_res.max >= p_cb->interval) && (md_res.min <= p_cb->interval)) )
608 md_res.mode = BTM_PM_MD_ACTIVE;
610 else if(BTM_PM_MD_SNIFF == md_res.mode && p_cb->max_lat)
627 LOG_DEBUG("%s switching from %s to %s.", __func__, mode_to_string(p_cb->state), mode_to_string(md_res.mode));
628 switch(md_res.mode)
653 md_res.max, md_res.min))
661 md_res.max, md_res.min, md_res.attempt,
662 md_res.timeout))
670 md_res.max, md_res.min))