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

  /external/bluetooth/bluedroid/bta/include/
bta_jv_api.h 62 #define BTA_JV_MAX_RFC_SR_SESSION MAX_BD_CONNECTIONS
65 /* BTA_JV_MAX_RFC_SR_SESSION can not be bigger than MAX_BD_CONNECTIONS */
66 #if (BTA_JV_MAX_RFC_SR_SESSION > MAX_BD_CONNECTIONS)
68 #define BTA_JV_MAX_RFC_SR_SESSION MAX_BD_CONNECTIONS
    [all...]
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_utils.c 141 for (i = 0; i < MAX_BD_CONNECTIONS; i++)
164 for (i = 0, j = rfc_cb.rfc.last_mux + 1; i < MAX_BD_CONNECTIONS; i++, j++)
166 if (j >= MAX_BD_CONNECTIONS)
port_int.h 216 tRFC_MCB rfc_mcb[MAX_BD_CONNECTIONS]; /* RFCOMM bd_connections pool */
port_utils.c 286 for (i = 0; i < MAX_BD_CONNECTIONS; i++)
port_api.c 513 for (xx = 0; xx < MAX_BD_CONNECTIONS; xx++)
    [all...]
  /external/bluetooth/bluedroid/include/
bt_target.h     [all...]
  /external/libnfc-nci/src/include/
bt_target.h     [all...]

Completed in 104 milliseconds