Searched refs:MAX_RFC_PORTS (Results 1 – 9 of 9) sorted by relevance
252 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 …]
70 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()
211 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()
214 tPORT port[MAX_RFC_PORTS]; /* Port info pool */
210 for (int i = 0; i < MAX_RFC_PORTS; i++) { in rfc_release_multiplexer_channel()
920 #ifndef MAX_RFC_PORTS921 #define MAX_RFC_PORTS 30 macro
381 tBTA_JV_PCB port_cb[MAX_RFC_PORTS]; /* index of this array is
237 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()
51 #define BTA_JV_MAX_RFC_CONN MAX_RFC_PORTS