Searched refs:md_res (Results 1 – 1 of 1) sorted by relevance
607 tBTM_PM_PWR_MD md_res; in btm_pm_snd_md_req() local612 mode = btm_pm_get_set_mode(pm_id, p_cb, p_mode, &md_res); in btm_pm_snd_md_req()613 md_res.mode = mode; in btm_pm_snd_md_req()624 ((md_res.max >= p_cb->interval) && (md_res.min <= p_cb->interval)) ) in btm_pm_snd_md_req()636 md_res.mode = BTM_PM_MD_ACTIVE; in btm_pm_snd_md_req()638 else if(BTM_PM_MD_SNIFF == md_res.mode && p_cb->max_lat) in btm_pm_snd_md_req()656 mode_to_string(p_cb->state), mode_to_string(md_res.mode)); in btm_pm_snd_md_req()657 switch(md_res.mode) in btm_pm_snd_md_req()682 md_res.max, md_res.min)) in btm_pm_snd_md_req()690 md_res.max, md_res.min, md_res.attempt, in btm_pm_snd_md_req()[all …]