Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_pm.cc221 p_cb->chg_ind = true; in BTM_SetPowerMode()
568 bool chg_ind = false; in btm_pm_snd_md_req() local
583 chg_ind = true; in btm_pm_snd_md_req()
585 p_cb->chg_ind = chg_ind; in btm_pm_snd_md_req()
589 p_cb->chg_ind = true; /* needs to wake, then sleep */ in btm_pm_snd_md_req()
591 if (p_cb->chg_ind) /* needs to wake first */ in btm_pm_snd_md_req()
802 if (btm_cb.pm_mode_db[zz].chg_ind) { in btm_pm_proc_mode_change()
Dbtm_int_types.h649 bool chg_ind; /* a request change indication */ member