Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_pm.c237 p_cb->chg_ind = TRUE; in BTM_SetPowerMode()
554 BOOLEAN chg_ind = FALSE; in btm_pm_snd_md_req() local
569 p_cb->chg_ind = FALSE; in btm_pm_snd_md_req()
573 chg_ind = TRUE; in btm_pm_snd_md_req()
575 p_cb->chg_ind = chg_ind; in btm_pm_snd_md_req()
579 p_cb->chg_ind = TRUE; /* needs to wake, then sleep */ in btm_pm_snd_md_req()
582 if (p_cb->chg_ind == TRUE) { /* needs to wake first */ in btm_pm_snd_md_req()
806 if (p_cb->chg_ind == TRUE) { in btm_pm_proc_mode_change()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h108 BOOLEAN chg_ind; /* a request change indication */ member