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

/system/bt/bta/include/
H A Dbta_jv_api.h58 #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
/system/bt/stack/rfcomm/
H A Drfc_utils.c143 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)
H A Dport_int.h215 tRFC_MCB rfc_mcb[MAX_BD_CONNECTIONS]; /* RFCOMM bd_connections pool */
H A Dport_utils.c291 for (i = 0; i < MAX_BD_CONNECTIONS; i++)
H A Dport_api.c547 for (xx = 0; xx < MAX_BD_CONNECTIONS; xx++)
1823 rfc_cb.rfc.last_mux = MAX_BD_CONNECTIONS;
/system/bt/include/
H A Dbt_target.h926 #define MAX_BD_CONNECTIONS 7 macro
928 #define MAX_BD_CONNECTIONS MAX_ACL_CONNECTIONS macro

Completed in 678 milliseconds