Home
last modified time | relevance | path

Searched refs:p_act0 (Results 1 – 1 of 1) sorted by relevance

/system/bt/bta/dm/
Dbta_dm_pm.c542 tBTA_DM_PM_ACTN *p_act0, *p_act1; in bta_dm_pm_set_mode() local
577 p_act0 = &p_pm_spec->actn_tbl[p_srvcs->state][0]; in bta_dm_pm_set_mode()
586 if(!(failed_pm & p_act0->power_mode)) in bta_dm_pm_set_mode()
588 pref_modes |= p_act0->power_mode; in bta_dm_pm_set_mode()
590 if(p_act0->power_mode >= pm_action) in bta_dm_pm_set_mode()
592 pm_action = p_act0->power_mode; in bta_dm_pm_set_mode()
597 timeout_ms = p_act0->timeout; in bta_dm_pm_set_mode()