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++)
187 if(pm_id >= BTM_MAX_PM_RECORDS)
228 temp_pm_id = BTM_MAX_PM_RECORDS;
396 for(xx=0; xx<BTM_MAX_PM_RECORDS; xx++)
554 loop_max = BTM_MAX_PM_RECORDS+1;
556 loop_max = BTM_MAX_PM_RECORDS;
848 for(yy=0; yy<=BTM_MAX_PM_RECORDS; yy++)
879 for(yy=0; yy<BTM_MAX_PM_RECORDS; yy++)
935 for(yy=0; yy<BTM_MAX_PM_RECORDS; yy++
    [all...]
btm_int.h 688 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 454 #ifndef BTM_MAX_PM_RECORDS
455 #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 43 milliseconds