HomeSort by relevance Sort by last modified time
    Searched refs:BTM_MAX_PM_RECORDS (Results 1 - 3 of 3) sorted by null

  /system/bt/stack/btm/
btm_pm.cc 114 if (*p_pm_id >= BTM_MAX_PM_RECORDS) return BTM_ILLEGAL_VALUE;
119 for (xx = 0; xx < BTM_MAX_PM_RECORDS; xx++) {
155 if (pm_id >= BTM_MAX_PM_RECORDS) {
204 temp_pm_id = BTM_MAX_PM_RECORDS;
366 for (xx = 0; xx < BTM_MAX_PM_RECORDS; xx++) {
516 loop_max = BTM_MAX_PM_RECORDS + 1;
518 loop_max = BTM_MAX_PM_RECORDS;
785 for (yy = 0; yy <= BTM_MAX_PM_RECORDS; yy++) {
811 for (yy = 0; yy < BTM_MAX_PM_RECORDS; yy++) {
863 for (yy = 0; yy < BTM_MAX_PM_RECORDS; yy++)
    [all...]
btm_int_types.h 648 tBTM_PM_PWR_MD req_mode[BTM_MAX_PM_RECORDS + 1]; /* the desired mode and
758 tBTM_PM_RCB pm_reg_db[BTM_MAX_PM_RECORDS + 1]; /* per application/module */
    [all...]
  /system/bt/internal_include/
bt_target.h 399 #ifndef BTM_MAX_PM_RECORDS
400 #define BTM_MAX_PM_RECORDS 2
    [all...]

Completed in 89 milliseconds