Searched refs:MAX_RFC_PORTS (Results 1 – 9 of 9) sorted by relevance
261 if ((handle == 0) || (handle > MAX_RFC_PORTS)) { in RFCOMM_RemoveConnection()294 if ((handle == 0) || (handle > MAX_RFC_PORTS)) { in RFCOMM_RemoveServer()336 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()395 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS)) { in PORT_SetDataCallback()430 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS)) { in PORT_SetDataCOCallback()462 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS)) { in PORT_SetEventMask()496 if ((handle == 0) || (handle > MAX_RFC_PORTS)) { in PORT_CheckConnection()547 for (yy = 0; yy < MAX_RFC_PORTS; yy++, p_port++) { in PORT_IsOpening()586 if ((handle == 0) || (handle > MAX_RFC_PORTS)) { in PORT_SetState()[all …]
198 for (i = 0; i < MAX_RFC_PORTS; i++, p_port++) { in PORT_StartCnf()252 for (i = 0; i < MAX_RFC_PORTS; i++, p_port++) { in PORT_StartInd()722 for (i = 0; i < MAX_RFC_PORTS; i++, p_port++) { in PORT_CloseInd()745 for (i = 0; i < MAX_RFC_PORTS; i++, p_port++) { in Port_TimeOutCloseMux()867 for (i = 0; i < MAX_RFC_PORTS; i++) { in PORT_FlowInd()
211 tPORT port[MAX_RFC_PORTS]; /* Port info pool */
67 for (xx = 0, yy = rfc_cb.rfc.last_port + 1; xx < MAX_RFC_PORTS; xx++, yy++) { in port_allocate_port()68 if (yy >= MAX_RFC_PORTS) yy = 0; in port_allocate_port()
204 for (int i = 0; i < MAX_RFC_PORTS; i++) { in rfc_release_multiplexer_channel()
790 #ifndef MAX_RFC_PORTS791 #define MAX_RFC_PORTS 30 macro
119 tBTA_JV_PCB port_cb[MAX_RFC_PORTS]; /* index of this array is
217 if ((port_handle > 0) && (port_handle <= MAX_RFC_PORTS) && in bta_jv_rfc_port_to_pcb()239 if ((port_handle > 0) && (port_handle <= MAX_RFC_PORTS) && in bta_jv_rfc_port_to_cb()1404 for (i = 0; i < MAX_RFC_PORTS; i++) { in find_rfc_pcb()
54 #define BTA_JV_MAX_RFC_CONN MAX_RFC_PORTS