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

/system/bt/stack/btm/
H A Dbtm_pm.cc113 if (*p_pm_id >= BTM_MAX_PM_RECORDS) return BTM_ILLEGAL_VALUE;
118 for (xx = 0; xx < BTM_MAX_PM_RECORDS; xx++) {
154 if (pm_id >= BTM_MAX_PM_RECORDS) pm_id = BTM_PM_SET_ONLY_ID;
193 if (pm_id == BTM_PM_SET_ONLY_ID) temp_pm_id = BTM_MAX_PM_RECORDS;
354 for (xx = 0; xx < BTM_MAX_PM_RECORDS; xx++) {
504 loop_max = BTM_MAX_PM_RECORDS + 1;
506 loop_max = BTM_MAX_PM_RECORDS;
773 for (yy = 0; yy <= BTM_MAX_PM_RECORDS; yy++) {
799 for (yy = 0; yy < BTM_MAX_PM_RECORDS; yy++) {
851 for (yy = 0; yy < BTM_MAX_PM_RECORDS; y
[all...]
H A Dbtm_int_types.h666 tBTM_PM_PWR_MD req_mode[BTM_MAX_PM_RECORDS + 1]; /* the desired mode and
792 tBTM_PM_RCB pm_reg_db[BTM_MAX_PM_RECORDS + 1]; /* per application/module */
/system/bt/include/
H A Dbt_target.h425 #ifndef BTM_MAX_PM_RECORDS
426 #define BTM_MAX_PM_RECORDS 2 macro

Completed in 70 milliseconds