Searched refs:MAX_RFC_PORTS (Results 1 - 9 of 9) sorted by relevance

/system/bt/stack/rfcomm/
H A Dport_api.c252 if ((handle == 0) || (handle > MAX_RFC_PORTS))
288 if ((handle == 0) || (handle > MAX_RFC_PORTS))
333 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS))
366 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS))
396 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS))
432 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS))
466 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS))
502 if ((handle == 0) || (handle > MAX_RFC_PORTS))
562 for (yy = 0; yy < MAX_RFC_PORTS; yy++, p_port++)
605 if ((handle == 0) || (handle > MAX_RFC_PORTS))
[all...]
H A Dport_utils.c70 for (xx = 0, yy = rfc_cb.rfc.last_port + 1; xx < MAX_RFC_PORTS; xx++, yy++)
72 if (yy >= MAX_RFC_PORTS)
357 for (i = 0; i < MAX_RFC_PORTS; i++)
392 for (i = 0; i < MAX_RFC_PORTS; i++)
H A Dport_int.h214 tPORT port[MAX_RFC_PORTS]; /* Port info pool */
H A Dport_rfc.c211 for (i = 0; i < MAX_RFC_PORTS; i++, p_port++)
271 for (i = 0; i < MAX_RFC_PORTS; i++, p_port++)
785 for (i = 0; i < MAX_RFC_PORTS; i++, p_port++)
811 for (i = 0; i < MAX_RFC_PORTS; i++, p_port++)
950 for (i = 0; i < MAX_RFC_PORTS; i++)
H A Drfc_utils.c210 for (int i = 0; i < MAX_RFC_PORTS; i++) {
/system/bt/include/
H A Dbt_target.h920 #ifndef MAX_RFC_PORTS
921 #define MAX_RFC_PORTS 30 macro
/system/bt/bta/jv/
H A Dbta_jv_int.h381 tBTA_JV_PCB port_cb[MAX_RFC_PORTS]; /* index of this array is
H A Dbta_jv_act.c237 if ((port_handle > 0) && (port_handle <= MAX_RFC_PORTS)
260 if ((port_handle > 0) && (port_handle <= MAX_RFC_PORTS)
1647 for (i = 0; i < MAX_RFC_PORTS; i++)
/system/bt/bta/include/
H A Dbta_jv_api.h51 #define BTA_JV_MAX_RFC_CONN MAX_RFC_PORTS

Completed in 1255 milliseconds