Home
last modified time | relevance | path

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

/system/bt/stack/rfcomm/
Dport_api.c252 if ((handle == 0) || (handle > MAX_RFC_PORTS)) in RFCOMM_RemoveConnection()
288 if ((handle == 0) || (handle > MAX_RFC_PORTS)) in RFCOMM_RemoveServer()
333 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS)) in PORT_SetEventCallback()
366 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS)) in PORT_ClearKeepHandleFlag()
396 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS)) in PORT_SetDataCallback()
432 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS)) in PORT_SetDataCOCallback()
466 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS)) in PORT_SetEventMask()
502 if ((handle == 0) || (handle > MAX_RFC_PORTS)) in PORT_CheckConnection()
562 for (yy = 0; yy < MAX_RFC_PORTS; yy++, p_port++) in PORT_IsOpening()
605 if ((handle == 0) || (handle > MAX_RFC_PORTS)) in PORT_SetState()
[all …]
Dport_utils.c70 for (xx = 0, yy = rfc_cb.rfc.last_port + 1; xx < MAX_RFC_PORTS; xx++, yy++) in port_allocate_port()
72 if (yy >= MAX_RFC_PORTS) in port_allocate_port()
357 for (i = 0; i < MAX_RFC_PORTS; i++) in port_find_dlci_port()
392 for (i = 0; i < MAX_RFC_PORTS; i++) in port_find_port()
Dport_rfc.c211 for (i = 0; i < MAX_RFC_PORTS; i++, p_port++) in PORT_StartCnf()
271 for (i = 0; i < MAX_RFC_PORTS; i++, p_port++) in PORT_StartInd()
785 for (i = 0; i < MAX_RFC_PORTS; i++, p_port++) in PORT_CloseInd()
811 for (i = 0; i < MAX_RFC_PORTS; i++, p_port++) in Port_TimeOutCloseMux()
950 for (i = 0; i < MAX_RFC_PORTS; i++) in PORT_FlowInd()
Dport_int.h214 tPORT port[MAX_RFC_PORTS]; /* Port info pool */
Drfc_utils.c210 for (int i = 0; i < MAX_RFC_PORTS; i++) { in rfc_release_multiplexer_channel()
/system/bt/include/
Dbt_target.h920 #ifndef MAX_RFC_PORTS
921 #define MAX_RFC_PORTS 30 macro
/system/bt/bta/jv/
Dbta_jv_int.h381 tBTA_JV_PCB port_cb[MAX_RFC_PORTS]; /* index of this array is
Dbta_jv_act.c237 if ((port_handle > 0) && (port_handle <= MAX_RFC_PORTS) in bta_jv_rfc_port_to_pcb()
260 if ((port_handle > 0) && (port_handle <= MAX_RFC_PORTS) in bta_jv_rfc_port_to_cb()
1647 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