Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_pm.cc109 if (*p_pm_id >= BTM_MAX_PM_RECORDS) return BTM_ILLEGAL_VALUE; in BTM_PmRegister()
114 for (xx = 0; xx < BTM_MAX_PM_RECORDS; xx++) { in BTM_PmRegister()
149 if (pm_id >= BTM_MAX_PM_RECORDS) { in BTM_SetPowerMode()
198 temp_pm_id = BTM_MAX_PM_RECORDS; in BTM_SetPowerMode()
360 for (xx = 0; xx < BTM_MAX_PM_RECORDS; xx++) { in btm_pm_reset()
510 loop_max = BTM_MAX_PM_RECORDS + 1; in btm_pm_get_set_mode()
512 loop_max = BTM_MAX_PM_RECORDS; in btm_pm_get_set_mode()
779 for (yy = 0; yy <= BTM_MAX_PM_RECORDS; yy++) { in btm_pm_proc_mode_change()
805 for (yy = 0; yy < BTM_MAX_PM_RECORDS; yy++) { in btm_pm_proc_mode_change()
855 for (yy = 0; yy < BTM_MAX_PM_RECORDS; yy++) { in btm_pm_proc_ssr_evt()
Dbtm_int_types.h597 tBTM_PM_PWR_MD req_mode[BTM_MAX_PM_RECORDS + 1]; /* the desired mode and
708 tBTM_PM_RCB pm_reg_db[BTM_MAX_PM_RECORDS + 1]; /* per application/module */
/system/bt/internal_include/
Dbt_target.h398 #ifndef BTM_MAX_PM_RECORDS
399 #define BTM_MAX_PM_RECORDS 2 macro