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

/external/bluetooth/bluedroid/stack/rfcomm/
H A Dport_api.c215 if ((handle == 0) || (handle > MAX_RFC_PORTS))
251 if ((handle == 0) || (handle > MAX_RFC_PORTS))
296 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS))
329 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS))
359 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS))
395 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS))
431 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS))
468 if ((handle == 0) || (handle > MAX_RFC_PORTS))
528 for (yy = 0; yy < MAX_RFC_PORTS; yy++, p_port++)
571 if ((handle == 0) || (handle > MAX_RFC_PORTS))
[all...]
H A Dport_utils.c68 for (xx = 0, yy = rfc_cb.rfc.last_port + 1; xx < MAX_RFC_PORTS; xx++, yy++)
70 if (yy >= MAX_RFC_PORTS)
352 for (i = 0; i < MAX_RFC_PORTS; i++)
387 for (i = 0; i < MAX_RFC_PORTS; i++)
H A Dport_int.h215 tPORT port[MAX_RFC_PORTS]; /* Port info pool */
H A Dport_rfc.c209 for (i = 0; i < MAX_RFC_PORTS; i++, p_port++)
270 for (i = 0; i < MAX_RFC_PORTS; i++, p_port++)
784 for (i = 0; i < MAX_RFC_PORTS; i++, p_port++)
810 for (i = 0; i < MAX_RFC_PORTS; i++, p_port++)
949 for (i = 0; i < MAX_RFC_PORTS; i++)
/external/bluetooth/bluedroid/bta/jv/
H A Dbta_jv_int.h445 tBTA_JV_PCB port_cb[MAX_RFC_PORTS]; /* index of this array is the port_handle, */
H A Dbta_jv_act.c236 if ((port_handle > 0) && (port_handle <= MAX_RFC_PORTS)
259 if ((port_handle > 0) && (port_handle <= MAX_RFC_PORTS)
2084 for (i = 0; i < MAX_RFC_PORTS; i++)
/external/bluetooth/bluedroid/bta/include/
H A Dbta_jv_api.h54 #define BTA_JV_MAX_RFC_CONN MAX_RFC_PORTS
/external/bluetooth/bluedroid/include/
H A Dbt_target.h1590 #ifndef MAX_RFC_PORTS
1591 #define MAX_RFC_PORTS 30 macro
/external/libnfc-nci/src/include/
H A Dbt_target.h1479 #ifndef MAX_RFC_PORTS
1480 #define MAX_RFC_PORTS 5 macro

Completed in 169 milliseconds