Home | History | Annotate | Download | only in ag

Lines Matching refs:conn_handle

96         if (port_handle != p_scb->conn_handle)
98 APPL_TRACE_DEBUG3("ag_port_cback ignoring handle:%d conn_handle = %d other handle = %d",
99 port_handle, p_scb->conn_handle, handle);
136 if ((code != PORT_SUCCESS) && (port_handle != p_scb->conn_handle))
144 if (p_scb->conn_handle) /* Outgoing connection */
146 if (port_handle == p_scb->conn_handle)
167 else if (port_handle == p_scb->conn_handle)
377 FALSE, BTA_AG_MTU, p_scb->peer_addr, &(p_scb->conn_handle),
380 bta_ag_setup_port(p_scb, p_scb->conn_handle);
381 APPL_TRACE_DEBUG1("bta_ag_rfc_do_open : conn_handle = %d", p_scb->conn_handle);
404 if (p_scb->conn_handle)
406 RFCOMM_RemoveConnection(p_scb->conn_handle);
436 (rfc_mgmt_cback)(PORT_CLOSED, p_scb->conn_handle);