Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_pm.c335 tBTA_DM_PM_ACTN *p_act0, *p_act1; in bta_dm_pm_set_mode() local
369 p_act1 = &p_pm_spec->actn_tbl[p_srvcs->state][1]; in bta_dm_pm_set_mode()
389 else if(!(failed_pm & p_act1->power_mode)) in bta_dm_pm_set_mode()
391 pref_modes |= p_act1->power_mode; in bta_dm_pm_set_mode()
393 if(p_act1->power_mode > pm_action) in bta_dm_pm_set_mode()
395 pm_action = p_act1->power_mode; in bta_dm_pm_set_mode()
396 timeout = p_act1->timeout; in bta_dm_pm_set_mode()