Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_pm.c236 *(&p_cb->req_mode[temp_pm_id]) = *((tBTM_PM_PWR_MD *)p_mode); in BTM_SetPowerMode()
509 if (p_cb->req_mode[xx].mode == BTM_PM_MD_ACTIVE) { in btm_pm_get_set_mode()
514 if ( (btm_pm_compare_modes(p_md, &p_cb->req_mode[xx], p_res)) == NULL) { in btm_pm_get_set_mode()
790 if ( (mode == BTM_PM_MD_ACTIVE) && (p_cb->req_mode[yy].mode == BTM_PM_MD_HOLD) ) { in btm_pm_proc_mode_change()
791 p_cb->req_mode[yy].mode = BTM_PM_MD_ACTIVE; in btm_pm_proc_mode_change()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h99 …tBTM_PM_PWR_MD req_mode[BTM_MAX_PM_RECORDS + 1]; /* the desired mode and parameters of the connect… member