Home | History | Annotate | Download | only in hf_client

Lines Matching refs:port_handle

48                                      uint16_t port_handle) {
51 bta_hf_client_find_cb_by_rfc_handle(port_handle);
53 APPL_TRACE_ERROR("%s: cb not found for handle %d", __func__, port_handle);
74 static void bta_hf_client_mgmt_cback(uint32_t code, uint16_t port_handle) {
76 bta_hf_client_find_cb_by_rfc_handle(port_handle);
78 APPL_TRACE_DEBUG("%s: code = %d, port_handle = %d serv = %d", __func__, code,
79 port_handle, bta_hf_client_cb_arr.serv_handle);
83 port_handle != client_cb->conn_handle) {
85 port_handle);
93 if (client_cb && port_handle == client_cb->conn_handle) { /* out conn */
95 } else if (port_handle == bta_hf_client_cb_arr.serv_handle) {
103 PORT_CheckConnection(port_handle, peer_addr, &lcid);
116 client_cb->conn_handle = port_handle;
126 port_handle);
130 port_handle == client_cb->conn_handle) { /* code != PORT_SUC */
131 LOG(ERROR) << __func__ << ": closing port handle " << port_handle << "dev "
134 RFCOMM_RemoveServer(port_handle);