Searched refs:MAX_RFC_PORTS (Results 1 – 9 of 9) sorted by relevance
265 if ((handle == 0) || (handle > MAX_RFC_PORTS)) { in RFCOMM_RemoveConnection()294 if ((handle == 0) || (handle > MAX_RFC_PORTS)) { in RFCOMM_RemoveServer()337 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS)) { in PORT_SetEventCallback()367 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS)) { in PORT_ClearKeepHandleFlag()397 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS)) { in PORT_SetDataCOCallback()429 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS)) { in PORT_SetEventMask()459 if ((handle == 0) || (handle > MAX_RFC_PORTS)) { in PORT_CheckConnection()549 if ((handle == 0) || (handle > MAX_RFC_PORTS)) { in PORT_SetState()594 if ((handle == 0) || (handle > MAX_RFC_PORTS)) { in PORT_GetState()634 if ((handle == 0) || (handle > MAX_RFC_PORTS)) { in PORT_FlowControl_MaxCredit()[all …]
192 for (int i = 0; i < MAX_RFC_PORTS; i++, p_port++) { in PORT_StartCnf()250 for (i = 0; i < MAX_RFC_PORTS; i++, p_port++) { in PORT_StartInd()717 for (i = 0; i < MAX_RFC_PORTS; i++, p_port++) { in PORT_CloseInd()740 for (i = 0; i < MAX_RFC_PORTS; i++, p_port++) { in Port_TimeOutCloseMux()862 for (i = 0; i < MAX_RFC_PORTS; i++) { in PORT_FlowInd()
196 tPORT port[MAX_RFC_PORTS]; /* Port info pool */
67 for (int loop_counter = 0; loop_counter < MAX_RFC_PORTS; in port_allocate_port()69 if (port_index >= MAX_RFC_PORTS) { in port_allocate_port()
203 for (int i = 0; i < MAX_RFC_PORTS; i++) { in rfc_release_multiplexer_channel()
697 #ifndef MAX_RFC_PORTS698 #define MAX_RFC_PORTS 30 macro
117 tBTA_JV_PCB port_cb[MAX_RFC_PORTS]; /* index of this array is
173 if ((port_handle > 0) && (port_handle <= MAX_RFC_PORTS) && in bta_jv_rfc_port_to_pcb()195 if ((port_handle > 0) && (port_handle <= MAX_RFC_PORTS) && in bta_jv_rfc_port_to_cb()1336 for (i = 0; i < MAX_RFC_PORTS; i++) { in find_rfc_pcb()
56 #define BTA_JV_MAX_RFC_CONN MAX_RFC_PORTS