Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/rfcomm/
Drfc_utils.cc139 for (i = 0; i < MAX_BD_CONNECTIONS; i++) { in rfc_alloc_multiplexer_channel()
159 for (i = 0, j = rfc_cb.rfc.last_mux + 1; i < MAX_BD_CONNECTIONS; i++, j++) { in rfc_alloc_multiplexer_channel()
160 if (j >= MAX_BD_CONNECTIONS) j = 0; in rfc_alloc_multiplexer_channel()
Dport_int.h222 tRFC_MCB rfc_mcb[MAX_BD_CONNECTIONS]; /* RFCOMM bd_connections pool */
Dport_api.cc1116 rfc_cb.rfc.last_mux = MAX_BD_CONNECTIONS; in RFCOMM_Init()
/packages/modules/Bluetooth/system/bta/include/
Dbta_jv_api.h91 #define BTA_JV_MAX_RFC_SR_SESSION MAX_BD_CONNECTIONS
95 #if (BTA_JV_MAX_RFC_SR_SESSION > MAX_BD_CONNECTIONS)
97 #define BTA_JV_MAX_RFC_SR_SESSION MAX_BD_CONNECTIONS
/packages/modules/Bluetooth/system/internal_include/
Dbt_target.h504 #ifndef MAX_BD_CONNECTIONS
505 #define MAX_BD_CONNECTIONS 16 macro