Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/rfcomm/
Drfc_utils.c140 for (i = 0; i < MAX_BD_CONNECTIONS; i++) in rfc_alloc_multiplexer_channel()
163 for (i = 0, j = rfc_cb.rfc.last_mux + 1; i < MAX_BD_CONNECTIONS; i++, j++) in rfc_alloc_multiplexer_channel()
165 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.c513 for (xx = 0; xx < MAX_BD_CONNECTIONS; xx++) in PORT_IsOpening()
1730 rfc_cb.rfc.last_mux = MAX_BD_CONNECTIONS; in RFCOMM_Init()
/external/bluetooth/bluedroid/bta/include/
Dbta_jv_api.h62 #define BTA_JV_MAX_RFC_SR_SESSION 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/include/
Dbt_target.h1600 #define MAX_BD_CONNECTIONS 7 macro
1602 #define MAX_BD_CONNECTIONS MAX_ACL_CONNECTIONS macro
/external/libnfc-nci/src/include/
Dbt_target.h1523 #ifndef MAX_BD_CONNECTIONS
1524 #define MAX_BD_CONNECTIONS 1 macro