Searched refs:power_mode (Results 1 – 2 of 2) sorted by relevance
215 static void bta_dm_pm_stop_timer_by_mode(BD_ADDR peer_addr, UINT8 power_mode) in bta_dm_pm_stop_timer_by_mode() argument217 const UINT8 timer_idx = bta_pm_action_to_timer_idx(power_mode); in bta_dm_pm_stop_timer_by_mode()234 bta_dm_cb.pm_timer[i].pm_action[timer_idx] = power_mode; in bta_dm_pm_stop_timer_by_mode()384 …if(p_bta_dm_pm_spec[p_bta_dm_pm_cfg[i].spec_idx].actn_tbl[status][0].power_mode == BTA_DM_PM_NO_AC… in bta_dm_pm_cback()407 …if(p_bta_dm_pm_spec[p_bta_dm_pm_cfg[i].spec_idx].actn_tbl[status][0].power_mode == BTA_DM_PM_NO_PR… in bta_dm_pm_cback()581 if(!(failed_pm & p_act0->power_mode)) in bta_dm_pm_set_mode()583 pref_modes |= p_act0->power_mode; in bta_dm_pm_set_mode()585 if(p_act0->power_mode >= pm_action) in bta_dm_pm_set_mode()587 pm_action = p_act0->power_mode; in bta_dm_pm_set_mode()597 else if(!(failed_pm & p_act1->power_mode)) in bta_dm_pm_set_mode()[all …]
1014 tBTA_DM_PM_ACTION power_mode; member