Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/
Dbtm_pm.c237 p_cb->chg_ind = 1; in BTM_SetPowerMode()
557 BOOLEAN chg_ind = 0; in btm_pm_snd_md_req() local
574 chg_ind = 1; in btm_pm_snd_md_req()
576 p_cb->chg_ind = chg_ind; in btm_pm_snd_md_req()
580 p_cb->chg_ind = 1; /* needs to wake, then sleep */ in btm_pm_snd_md_req()
583 if (p_cb->chg_ind == 1) { /* needs to wake first */ in btm_pm_snd_md_req()
804 if (p_cb->chg_ind == 1) { in btm_pm_proc_mode_change()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h107 BOOLEAN chg_ind; /* a request change indication */ member