Searched refs:MAX_BD_CONNECTIONS (Results 1 - 7 of 7) sorted by relevance

/external/bluetooth/bluedroid/bta/include/
H A Dbta_jv_api.h62 #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
/external/bluetooth/bluedroid/stack/rfcomm/
H A Drfc_utils.c141 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)
H A Dport_int.h216 tRFC_MCB rfc_mcb[MAX_BD_CONNECTIONS]; /* RFCOMM bd_connections pool */
H A Dport_utils.c286 for (i = 0; i < MAX_BD_CONNECTIONS; i++)
H A Dport_api.c513 for (xx = 0; xx < MAX_BD_CONNECTIONS; xx++)
1815 rfc_cb.rfc.last_mux = MAX_BD_CONNECTIONS;
/external/bluetooth/bluedroid/include/
H A Dbt_target.h1596 #define MAX_BD_CONNECTIONS 7 macro
1598 #define MAX_BD_CONNECTIONS MAX_ACL_CONNECTIONS macro
1828 * must be less than MAX_BD_CONNECTIONS */
/external/libnfc-nci/src/include/
H A Dbt_target.h1484 #ifndef MAX_BD_CONNECTIONS
1485 #define MAX_BD_CONNECTIONS 1 macro
1684 * must be less than MAX_BD_CONNECTIONS */

Completed in 144 milliseconds