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

  /external/bluetooth/bluedroid/stack/btm/
btm_pm.c 147 if(*p_pm_id >= BTM_MAX_PM_RECORDS)
153 for(xx=0; xx<BTM_MAX_PM_RECORDS; xx++)
194 if(pm_id >= BTM_MAX_PM_RECORDS)
235 temp_pm_id = BTM_MAX_PM_RECORDS;
376 for(xx=0; xx<BTM_MAX_PM_RECORDS; xx++)
527 loop_max = BTM_MAX_PM_RECORDS+1;
529 loop_max = BTM_MAX_PM_RECORDS;
862 for(yy=0; yy<=BTM_MAX_PM_RECORDS; yy++)
894 for(yy=0; yy<BTM_MAX_PM_RECORDS; yy++)
945 for(yy=0; yy<BTM_MAX_PM_RECORDS; yy++
    [all...]
btm_int.h 652 tBTM_PM_PWR_MD req_mode[BTM_MAX_PM_RECORDS+1]; /* the desired mode and parameters of the connection*/
    [all...]
  /external/bluetooth/bluedroid/include/
bt_target.h 1092 #ifndef BTM_MAX_PM_RECORDS
1093 #define BTM_MAX_PM_RECORDS 2
    [all...]
  /external/libnfc-nci/src/include/
bt_target.h 834 #ifndef BTM_MAX_PM_RECORDS
835 #define BTM_MAX_PM_RECORDS 2
    [all...]

Completed in 30 milliseconds