Searched refs:MAX_RFC_PORTS (Results 1 – 10 of 10) sorted by relevance
238 if ((handle == 0) || (handle > MAX_RFC_PORTS)) { in RFCOMM_RemoveConnection()272 if ((handle == 0) || (handle > MAX_RFC_PORTS)) { in RFCOMM_RemoveServer()315 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS)) { in PORT_SetEventCallback()346 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS)) { in PORT_ClearKeepHandleFlag()375 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS)) { in PORT_SetDataCallback()409 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS)) { in PORT_SetDataCOCallback()443 if ((port_handle == 0) || (port_handle > MAX_RFC_PORTS)) { in PORT_SetEventMask()479 if ((handle == 0) || (handle > MAX_RFC_PORTS)) { in PORT_CheckConnection()533 for (yy = 0; yy < MAX_RFC_PORTS; yy++, p_port++) { in PORT_IsOpening()573 if ((handle == 0) || (handle > MAX_RFC_PORTS)) { in PORT_SetState()[all …]
69 for (xx = 0, yy = rfc_cb.rfc.last_port + 1; xx < MAX_RFC_PORTS; xx++, yy++) { in port_allocate_port()70 if (yy >= MAX_RFC_PORTS) { in port_allocate_port()354 for (i = 0; i < MAX_RFC_PORTS; i++) { in port_find_dlci_port()384 for (i = 0; i < MAX_RFC_PORTS; i++) { in port_find_port()
207 for (i = 0; i < MAX_RFC_PORTS; i++, p_port++) { in PORT_StartCnf()267 for (i = 0; i < MAX_RFC_PORTS; i++, p_port++) { in PORT_StartInd()803 for (i = 0; i < MAX_RFC_PORTS; i++, p_port++) { in PORT_CloseInd()827 for (i = 0; i < MAX_RFC_PORTS; i++, p_port++) { in Port_TimeOutCloseMux()960 for (i = 0; i < MAX_RFC_PORTS; i++) { in PORT_FlowInd()
530 for (i = 0; i < MAX_RFC_PORTS; i++) { in rfc_bqb_send_msc_cmd()
35 #define SLOT_CLOSE_BIT(i) (1UL << (i + MAX_RFC_PORTS - 1))81 spp_slot_t *spp_slots[MAX_RFC_PORTS + 1];133 for (size_t i = 1; i <= MAX_RFC_PORTS; i++) { in spp_malloc_slot()208 for (size_t i = 1; i <= MAX_RFC_PORTS; i++) { in spp_find_slot_by_id()220 for (size_t i = 1; i <= MAX_RFC_PORTS; i++) { in spp_find_slot_by_handle()232 for (size_t i = 1; i <= MAX_RFC_PORTS; i++) { in spp_find_slot_by_fd()244 for (size_t i = 1; i <= MAX_RFC_PORTS; i++) { in spp_find_slot_by_scn()302 for (size_t i = 1; i <= MAX_RFC_PORTS; i++) { in spp_free_pending_slots()596 for (size_t i = 1; i <= MAX_RFC_PORTS; i++) { in btc_spp_uninit()602 for (size_t i = 1; i <= MAX_RFC_PORTS; i++) { in btc_spp_uninit()[all …]
210 tPORT port[MAX_RFC_PORTS]; /* Port info pool */
427 tBTA_JV_PCB port_cb[MAX_RFC_PORTS]; /* index of this array is
1600 #ifndef MAX_RFC_PORTS1601 #define MAX_RFC_PORTS 8 /*max is 30*/ macro
55 #define BTA_JV_MAX_RFC_CONN MAX_RFC_PORTS
260 if ((port_handle > 0) && (port_handle <= MAX_RFC_PORTS) in bta_jv_rfc_port_to_pcb()282 if ((port_handle > 0) && (port_handle <= MAX_RFC_PORTS) in bta_jv_rfc_port_to_cb()1911 for (i = 0; i < MAX_RFC_PORTS; i++) { in find_rfc_pcb()