Home | History | Annotate | Download | only in hf_client

Lines Matching refs:conn_handle

48     if (port_handle != bta_hf_client_cb.scb.conn_handle)
50 APPL_TRACE_DEBUG("bta_hf_client_port_cback ignoring handle:%d conn_handle = %d",
51 port_handle, bta_hf_client_cb.scb.conn_handle);
75 APPL_TRACE_DEBUG("bta_hf_client_mgmt_cback : code = %d, port_handle = %d, conn_handle = %d, serv_handle = %d",
76 code, port_handle, bta_hf_client_cb.scb.conn_handle, bta_hf_client_cb.scb.serv_handle);
79 if ((code != PORT_SUCCESS) && (port_handle != bta_hf_client_cb.scb.conn_handle))
87 if ((bta_hf_client_cb.scb.conn_handle && (port_handle == bta_hf_client_cb.scb.conn_handle)) || /* outgoing connection */
99 else if (port_handle == bta_hf_client_cb.scb.conn_handle)
213 FALSE, BTA_HF_CLIENT_MTU, bta_hf_client_cb.scb.peer_addr, &(bta_hf_client_cb.scb.conn_handle),
216 bta_hf_client_setup_port(bta_hf_client_cb.scb.conn_handle);
217 APPL_TRACE_DEBUG("bta_hf_client_rfc_do_open : conn_handle = %d", bta_hf_client_cb.scb.conn_handle);
240 if (bta_hf_client_cb.scb.conn_handle) {
241 RFCOMM_RemoveConnection(bta_hf_client_cb.scb.conn_handle);