Home
last modified time | relevance | path

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

/system/bt/stack/rfcomm/
Drfc_utils.c141 for (i = 0; i < MAX_BD_CONNECTIONS; i++) in rfc_alloc_multiplexer_channel()
164 for (i = 0, j = rfc_cb.rfc.last_mux + 1; i < MAX_BD_CONNECTIONS; i++, j++) in rfc_alloc_multiplexer_channel()
166 if (j >= MAX_BD_CONNECTIONS) in rfc_alloc_multiplexer_channel()
Dport_int.h216 tRFC_MCB rfc_mcb[MAX_BD_CONNECTIONS]; /* RFCOMM bd_connections pool */
Dport_utils.c286 for (i = 0; i < MAX_BD_CONNECTIONS; i++) in port_find_mcb()
Dport_api.c549 for (xx = 0; xx < MAX_BD_CONNECTIONS; xx++) in PORT_IsOpening()
1850 rfc_cb.rfc.last_mux = MAX_BD_CONNECTIONS; in RFCOMM_Init()
/system/bt/bta/include/
Dbta_jv_api.h58 #define BTA_JV_MAX_RFC_SR_SESSION 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/include/
Dbt_target.h1021 #define MAX_BD_CONNECTIONS 7 macro
1023 #define MAX_BD_CONNECTIONS MAX_ACL_CONNECTIONS macro