Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_pm.cc213 p_cb->chg_ind = true; in BTM_SetPowerMode()
560 bool chg_ind = false; in btm_pm_snd_md_req() local
575 chg_ind = true; in btm_pm_snd_md_req()
577 p_cb->chg_ind = chg_ind; in btm_pm_snd_md_req()
581 p_cb->chg_ind = true; /* needs to wake, then sleep */ in btm_pm_snd_md_req()
583 if (p_cb->chg_ind) /* needs to wake first */ in btm_pm_snd_md_req()
794 if (btm_cb.pm_mode_db[zz].chg_ind) { in btm_pm_proc_mode_change()
Dbtm_int_types.h609 bool chg_ind; /* a request change indication */ member