Home
last modified time | relevance | path

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

/system/bt/internal_include/
Dbt_target.h365 #ifndef BTM_MAX_PM_RECORDS
366 #define BTM_MAX_PM_RECORDS 2 macro
/system/bt/stack/acl/
Dbtm_pm.cc141 if (*p_pm_id >= BTM_MAX_PM_RECORDS) return BTM_ILLEGAL_VALUE; in BTM_PmRegister()
183 if (pm_id >= BTM_MAX_PM_RECORDS) { in BTM_SetPowerMode()
250 temp_pm_id = BTM_MAX_PM_RECORDS; in BTM_SetPowerMode()