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

  /system/bt/stack/btm/
btm_pm.c 141 if(*p_pm_id >= BTM_MAX_PM_RECORDS)
147 for(xx=0; xx<BTM_MAX_PM_RECORDS; xx++)
188 if(pm_id >= BTM_MAX_PM_RECORDS)
229 temp_pm_id = BTM_MAX_PM_RECORDS;
368 for(xx=0; xx<BTM_MAX_PM_RECORDS; xx++)
526 loop_max = BTM_MAX_PM_RECORDS+1;
528 loop_max = BTM_MAX_PM_RECORDS;
819 for(yy=0; yy<=BTM_MAX_PM_RECORDS; yy++)
851 for(yy=0; yy<BTM_MAX_PM_RECORDS; yy++)
903 for(yy=0; yy<BTM_MAX_PM_RECORDS; yy++
    [all...]
btm_int.h 685 tBTM_PM_PWR_MD req_mode[BTM_MAX_PM_RECORDS+1]; /* the desired mode and parameters of the connection*/
    [all...]
  /system/bt/include/
bt_target.h 529 #ifndef BTM_MAX_PM_RECORDS
530 #define BTM_MAX_PM_RECORDS 2
    [all...]
  /external/libnfc-nci/src/include/
bt_target.h 792 #ifndef BTM_MAX_PM_RECORDS
793 #define BTM_MAX_PM_RECORDS 2
    [all...]

Completed in 70 milliseconds