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 646 for (index = 0; index < BTM_SEC_MAX_SERVICE_RECORDS; index++, p_srec++)
680 BTM_TRACE_WARNING("BTM_SEC_REG: Out of Service Records (%d)", BTM_SEC_MAX_SERVICE_RECORDS);
686 if (index >= BTM_SEC_MAX_SERVICE_RECORDS)
838 for (i = 0; i < BTM_SEC_MAX_SERVICE_RECORDS; i++, p_srec++)
878 for (i = 0; i < BTM_SEC_MAX_SERVICE_RECORDS; i++, p_srec++)
    [all...]
btm_int.h     [all...]
  /external/bluetooth/bluedroid/include/
bt_target.h 957 #ifndef BTM_SEC_MAX_SERVICE_RECORDS
958 #define BTM_SEC_MAX_SERVICE_RECORDS 32
    [all...]
  /external/libnfc-nci/src/include/
bt_target.h 736 #ifndef BTM_SEC_MAX_SERVICE_RECORDS
737 #define BTM_SEC_MAX_SERVICE_RECORDS 24
    [all...]

Completed in 66 milliseconds