Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/dm/
Dbta_dm_pm.c192 static void bta_dm_pm_stop_timer_by_mode(BD_ADDR peer_addr, UINT8 power_mode) in bta_dm_pm_stop_timer_by_mode() argument
194 const UINT8 timer_idx = bta_pm_action_to_timer_idx(power_mode); in bta_dm_pm_stop_timer_by_mode()
209 bta_dm_cb.pm_timer[i].pm_action[timer_idx] = power_mode; in bta_dm_pm_stop_timer_by_mode()
359 …if (p_bta_dm_pm_spec[p_bta_dm_pm_cfg[i].spec_idx].actn_tbl[status][0].power_mode == BTA_DM_PM_NO_A… in bta_dm_pm_cback()
379 …if (p_bta_dm_pm_spec[p_bta_dm_pm_cfg[i].spec_idx].actn_tbl[status][0].power_mode == BTA_DM_PM_NO_P… in bta_dm_pm_cback()
534 if (!(failed_pm & p_act0->power_mode)) { in bta_dm_pm_set_mode()
535 pref_modes |= p_act0->power_mode; in bta_dm_pm_set_mode()
537 if (p_act0->power_mode >= pm_action) { in bta_dm_pm_set_mode()
538 pm_action = p_act0->power_mode; in bta_dm_pm_set_mode()
547 else if (!(failed_pm & p_act1->power_mode)) { in bta_dm_pm_set_mode()
[all …]
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h1422 tBTA_DM_PM_ACTION power_mode; member