Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/rfcomm/
Drfc_utils.c141 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()
164 if (j >= MAX_BD_CONNECTIONS) { in rfc_alloc_multiplexer_channel()
Dport_utils.c289 for (i = 0; i < MAX_BD_CONNECTIONS; i++) { in port_find_mcb()
Dport_api.c521 for (xx = 0; xx < MAX_BD_CONNECTIONS; xx++) { in PORT_IsOpening()
1798 rfc_cb.rfc.last_mux = MAX_BD_CONNECTIONS; in RFCOMM_Init()
/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_jv_api.h61 #define BTA_JV_MAX_RFC_SR_SESSION MAX_BD_CONNECTIONS
65 #if (BTA_JV_MAX_RFC_SR_SESSION > MAX_BD_CONNECTIONS)
67 #define BTA_JV_MAX_RFC_SR_SESSION MAX_BD_CONNECTIONS
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/rfcomm/include/
Dport_int.h211 tRFC_MCB rfc_mcb[MAX_BD_CONNECTIONS]; /* RFCOMM bd_connections pool */
/hal_espressif-3.5.0/components/bt/host/bluedroid/common/include/common/
Dbt_target.h1486 #define MAX_BD_CONNECTIONS 3 /*max is 7*/ macro
1488 #define MAX_BD_CONNECTIONS MAX_ACL_CONNECTIONS macro