Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_pm.c248 p_cb->chg_ind = TRUE; in BTM_SetPowerMode()
588 BOOLEAN chg_ind = FALSE; in btm_pm_snd_md_req() local
605 chg_ind = TRUE; in btm_pm_snd_md_req()
607 p_cb->chg_ind = chg_ind; in btm_pm_snd_md_req()
611 p_cb->chg_ind = TRUE; /* needs to wake, then sleep */ in btm_pm_snd_md_req()
613 if(p_cb->chg_ind == TRUE) /* needs to wake first */ in btm_pm_snd_md_req()
886 if(btm_cb.pm_mode_db[zz].chg_ind == TRUE) in btm_pm_proc_mode_change()
Dbtm_int.h702 BOOLEAN chg_ind; /* a request change indication */ member