Home | History | Annotate | Download | only in ag

Lines Matching refs:conn_handle

96         if (port_handle != p_scb->conn_handle)
98 APPL_TRACE_DEBUG("ag_port_cback ignoring handle:%d conn_handle = %d other handle = %d",
99 port_handle, p_scb->conn_handle, handle);
133 if ((code != PORT_SUCCESS) && (port_handle != p_scb->conn_handle))
141 if (p_scb->conn_handle) /* Outgoing connection */
143 if (port_handle == p_scb->conn_handle)
164 else if (port_handle == p_scb->conn_handle)
374 FALSE, BTA_AG_MTU, p_scb->peer_addr, &(p_scb->conn_handle),
377 bta_ag_setup_port(p_scb, p_scb->conn_handle);
378 APPL_TRACE_DEBUG("bta_ag_rfc_do_open : conn_handle = %d", p_scb->conn_handle);
401 if (p_scb->conn_handle) {
402 RFCOMM_RemoveConnection(p_scb->conn_handle);