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.cc247 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 …]
Dport_rfc.cc193 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()
Dport_int.h194 tPORT port[MAX_RFC_PORTS]; /* Port info pool */
Dport_utils.cc66 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()
Drfc_utils.cc204 for (int i = 0; i < MAX_RFC_PORTS; i++) { in rfc_release_multiplexer_channel()
/system/bt/internal_include/
Dbt_target.h783 #ifndef MAX_RFC_PORTS
784 #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.cc215 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()
/system/bt/bta/include/
Dbta_jv_api.h54 #define BTA_JV_MAX_RFC_CONN MAX_RFC_PORTS