Searched refs:MAX_RFC_PORTS (Results 1 – 9 of 9) sorted by relevance
247 if ((handle == 0) || (handle > MAX_RFC_PORTS)) { in RFCOMM_RemoveConnection()276 if ((handle == 0) || (handle > MAX_RFC_PORTS)) { in RFCOMM_RemoveServer()319 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS)) { in PORT_SetEventCallback()349 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS)) { in PORT_ClearKeepHandleFlag()379 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS)) { in PORT_SetDataCOCallback()411 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS)) { in PORT_SetEventMask()441 if ((handle == 0) || (handle > MAX_RFC_PORTS)) { in PORT_CheckConnection()531 if ((handle == 0) || (handle > MAX_RFC_PORTS)) { in PORT_SetState()576 if ((handle == 0) || (handle > MAX_RFC_PORTS)) { in PORT_GetState()616 if ((handle == 0) || (handle > MAX_RFC_PORTS)) { in PORT_FlowControl_MaxCredit()[all …]
193 for (int i = 0; i < MAX_RFC_PORTS; i++, p_port++) { in PORT_StartCnf()251 for (i = 0; i < MAX_RFC_PORTS; i++, p_port++) { in PORT_StartInd()718 for (i = 0; i < MAX_RFC_PORTS; i++, p_port++) { in PORT_CloseInd()741 for (i = 0; i < MAX_RFC_PORTS; i++, p_port++) { in Port_TimeOutCloseMux()863 for (i = 0; i < MAX_RFC_PORTS; i++) { in PORT_FlowInd()
194 tPORT port[MAX_RFC_PORTS]; /* Port info pool */
66 for (int loop_counter = 0; loop_counter < MAX_RFC_PORTS; in port_allocate_port()68 if (port_index >= MAX_RFC_PORTS) { in port_allocate_port()
204 for (int i = 0; i < MAX_RFC_PORTS; i++) { in rfc_release_multiplexer_channel()
783 #ifndef MAX_RFC_PORTS784 #define MAX_RFC_PORTS 30 macro
119 tBTA_JV_PCB port_cb[MAX_RFC_PORTS]; /* index of this array is
215 if ((port_handle > 0) && (port_handle <= MAX_RFC_PORTS) && in bta_jv_rfc_port_to_pcb()237 if ((port_handle > 0) && (port_handle <= MAX_RFC_PORTS) && in bta_jv_rfc_port_to_cb()1405 for (i = 0; i < MAX_RFC_PORTS; i++) { in find_rfc_pcb()
54 #define BTA_JV_MAX_RFC_CONN MAX_RFC_PORTS