Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_pm.cc219 p_cb->chg_ind = true; in BTM_SetPowerMode()
566 bool chg_ind = false; in btm_pm_snd_md_req() local
581 chg_ind = true; in btm_pm_snd_md_req()
583 p_cb->chg_ind = chg_ind; in btm_pm_snd_md_req()
587 p_cb->chg_ind = true; /* needs to wake, then sleep */ in btm_pm_snd_md_req()
589 if (p_cb->chg_ind) /* needs to wake first */ in btm_pm_snd_md_req()
800 if (btm_cb.pm_mode_db[zz].chg_ind) { in btm_pm_proc_mode_change()
Dbtm_int_types.h653 bool chg_ind; /* a request change indication */ member