Home
last modified time | relevance | path

Searched refs:MAX_RFC_PORTS (Results 1 – 8 of 8) sorted by relevance

/system/bt/stack/rfcomm/
Dport_api.c251 if ((handle == 0) || (handle > MAX_RFC_PORTS)) in RFCOMM_RemoveConnection()
287 if ((handle == 0) || (handle > MAX_RFC_PORTS)) in RFCOMM_RemoveServer()
332 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS)) in PORT_SetEventCallback()
365 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS)) in PORT_ClearKeepHandleFlag()
395 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS)) in PORT_SetDataCallback()
431 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS)) in PORT_SetDataCOCallback()
467 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS)) in PORT_SetEventMask()
504 if ((handle == 0) || (handle > MAX_RFC_PORTS)) in PORT_CheckConnection()
564 for (yy = 0; yy < MAX_RFC_PORTS; yy++, p_port++) in PORT_IsOpening()
607 if ((handle == 0) || (handle > MAX_RFC_PORTS)) in PORT_SetState()
[all …]
Dport_utils.c68 for (xx = 0, yy = rfc_cb.rfc.last_port + 1; xx < MAX_RFC_PORTS; xx++, yy++) in port_allocate_port()
70 if (yy >= MAX_RFC_PORTS) in port_allocate_port()
352 for (i = 0; i < MAX_RFC_PORTS; i++) in port_find_dlci_port()
387 for (i = 0; i < MAX_RFC_PORTS; i++) in port_find_port()
Dport_rfc.c209 for (i = 0; i < MAX_RFC_PORTS; i++, p_port++) in PORT_StartCnf()
270 for (i = 0; i < MAX_RFC_PORTS; i++, p_port++) in PORT_StartInd()
784 for (i = 0; i < MAX_RFC_PORTS; i++, p_port++) in PORT_CloseInd()
810 for (i = 0; i < MAX_RFC_PORTS; i++, p_port++) in Port_TimeOutCloseMux()
949 for (i = 0; i < MAX_RFC_PORTS; i++) in PORT_FlowInd()
Dport_int.h215 tPORT port[MAX_RFC_PORTS]; /* Port info pool */
/system/bt/include/
Dbt_target.h1011 #ifndef MAX_RFC_PORTS
1012 #define MAX_RFC_PORTS 30 macro
/system/bt/bta/jv/
Dbta_jv_int.h393 tBTA_JV_PCB port_cb[MAX_RFC_PORTS]; /* index of this array is
Dbta_jv_act.c251 if ((port_handle > 0) && (port_handle <= MAX_RFC_PORTS) in bta_jv_rfc_port_to_pcb()
274 if ((port_handle > 0) && (port_handle <= MAX_RFC_PORTS) in bta_jv_rfc_port_to_cb()
1662 for (i = 0; i < MAX_RFC_PORTS; i++) in find_rfc_pcb()
/system/bt/bta/include/
Dbta_jv_api.h51 #define BTA_JV_MAX_RFC_CONN MAX_RFC_PORTS