Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_pm.c242 p_cb->chg_ind = TRUE; in BTM_SetPowerMode()
582 BOOLEAN chg_ind = FALSE; in btm_pm_snd_md_req() local
599 chg_ind = TRUE; in btm_pm_snd_md_req()
601 p_cb->chg_ind = chg_ind; in btm_pm_snd_md_req()
605 p_cb->chg_ind = TRUE; /* needs to wake, then sleep */ in btm_pm_snd_md_req()
607 if(p_cb->chg_ind == TRUE) /* needs to wake first */ in btm_pm_snd_md_req()
838 if(btm_cb.pm_mode_db[zz].chg_ind == TRUE) in btm_pm_proc_mode_change()
Dbtm_int.h694 BOOLEAN chg_ind; /* a request change indication */ member