Home
last modified time | relevance | path

Searched refs:BTM_MAX_PM_RECORDS (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_pm.c136 if (*p_pm_id >= BTM_MAX_PM_RECORDS) { in BTM_PmRegister()
143 for (xx = 0; xx < BTM_MAX_PM_RECORDS; xx++) { in BTM_PmRegister()
182 if (pm_id >= BTM_MAX_PM_RECORDS) { in BTM_SetPowerMode()
223 temp_pm_id = BTM_MAX_PM_RECORDS; in BTM_SetPowerMode()
363 for (xx = 0; xx < BTM_MAX_PM_RECORDS; xx++) { in btm_pm_reset()
501 loop_max = BTM_MAX_PM_RECORDS + 1; in btm_pm_get_set_mode()
503 loop_max = BTM_MAX_PM_RECORDS; in btm_pm_get_set_mode()
788 for (yy = 0; yy <= BTM_MAX_PM_RECORDS; yy++) { in btm_pm_proc_mode_change()
818 for (yy = 0; yy < BTM_MAX_PM_RECORDS; yy++) { in btm_pm_proc_mode_change()
867 for (xx = 0; xx < BTM_MAX_PM_RECORDS; xx++) { in btm_pm_proc_ssr_evt()
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_target.h959 #ifndef BTM_MAX_PM_RECORDS
960 #define BTM_MAX_PM_RECORDS 2 macro
/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…
859 tBTM_PM_RCB pm_reg_db[BTM_MAX_PM_RECORDS + 1]; /* per application/module */