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

  /external/bluetooth/bluedroid/stack/btm/
btm_sec.c 531 for (index = 0; index < BTM_SEC_MAX_SERVICE_RECORDS; index++, p_srec++)
565 BTM_TRACE_WARNING1("BTM_SEC_REG: Out of Service Records (%d)", BTM_SEC_MAX_SERVICE_RECORDS);
571 if (index >= BTM_SEC_MAX_SERVICE_RECORDS)
723 for (i = 0; i < BTM_SEC_MAX_SERVICE_RECORDS; i++, p_srec++)
763 for (i = 0; i < BTM_SEC_MAX_SERVICE_RECORDS; i++, p_srec++)
830 for (i = 0; i < BTM_SEC_MAX_SERVICE_RECORDS; i++, p_srec++)
    [all...]
btm_int.h     [all...]
  /external/bluetooth/bluedroid/include/
bt_target.h 1036 #ifndef BTM_SEC_MAX_SERVICE_RECORDS
1037 #define BTM_SEC_MAX_SERVICE_RECORDS 32
    [all...]
  /external/libnfc-nci/src/include/
bt_target.h 778 #ifndef BTM_SEC_MAX_SERVICE_RECORDS
779 #define BTM_SEC_MAX_SERVICE_RECORDS 24
    [all...]

Completed in 40 milliseconds