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

  /system/bt/bta/include/
bta_jv_api.h 58 #define BTA_JV_MAX_RFC_SR_SESSION MAX_BD_CONNECTIONS
61 /* BTA_JV_MAX_RFC_SR_SESSION can not be bigger than MAX_BD_CONNECTIONS */
62 #if (BTA_JV_MAX_RFC_SR_SESSION > MAX_BD_CONNECTIONS)
64 #define BTA_JV_MAX_RFC_SR_SESSION MAX_BD_CONNECTIONS
    [all...]
  /system/bt/stack/rfcomm/
rfc_utils.c 143 for (i = 0; i < MAX_BD_CONNECTIONS; i++)
166 for (i = 0, j = rfc_cb.rfc.last_mux + 1; i < MAX_BD_CONNECTIONS; i++, j++)
168 if (j >= MAX_BD_CONNECTIONS)
port_int.h 215 tRFC_MCB rfc_mcb[MAX_BD_CONNECTIONS]; /* RFCOMM bd_connections pool */
port_utils.c 291 for (i = 0; i < MAX_BD_CONNECTIONS; i++)
port_api.c 547 for (xx = 0; xx < MAX_BD_CONNECTIONS; xx++)
    [all...]
  /system/bt/include/
bt_target.h 926 #define MAX_BD_CONNECTIONS 7
928 #define MAX_BD_CONNECTIONS MAX_ACL_CONNECTIONS
    [all...]
  /external/libnfc-nci/src/include/
bt_target.h     [all...]

Completed in 172 milliseconds