Home
last modified time | relevance | path

Searched refs:MAX_RFC_PORTS (Results 1 – 9 of 9) sorted by relevance

/system/bt/stack/rfcomm/
Dport_api.cc261 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 …]
Dport_rfc.cc198 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()
Dport_int.h211 tPORT port[MAX_RFC_PORTS]; /* Port info pool */
Dport_utils.cc67 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()
Drfc_utils.cc204 for (int i = 0; i < MAX_RFC_PORTS; i++) { in rfc_release_multiplexer_channel()
/system/bt/internal_include/
Dbt_target.h790 #ifndef MAX_RFC_PORTS
791 #define MAX_RFC_PORTS 30 macro
/system/bt/bta/jv/
Dbta_jv_int.h119 tBTA_JV_PCB port_cb[MAX_RFC_PORTS]; /* index of this array is
Dbta_jv_act.cc217 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()
/system/bt/bta/include/
Dbta_jv_api.h54 #define BTA_JV_MAX_RFC_CONN MAX_RFC_PORTS