Home
last modified time | relevance | path

Searched refs:bta_hf_client_find_cb_by_sco_handle (Results 1 – 3 of 3) sorted by relevance

/system/bt/bta/hf_client/
Dbta_hf_client_sco.cc146 bta_hf_client_find_cb_by_sco_handle(p_data->conn_evt.sco_inx); in bta_hf_client_esco_connreq_cback()
175 tBTA_HF_CLIENT_CB* client_cb = bta_hf_client_find_cb_by_sco_handle(sco_idx); in bta_hf_client_sco_conn_cback()
201 tBTA_HF_CLIENT_CB* client_cb = bta_hf_client_find_cb_by_sco_handle(sco_idx); in bta_hf_client_sco_disc_cback()
Dbta_hf_client_int.h211 extern tBTA_HF_CLIENT_CB* bta_hf_client_find_cb_by_sco_handle(uint16_t handle);
Dbta_hf_client_main.cc554 tBTA_HF_CLIENT_CB* bta_hf_client_find_cb_by_sco_handle(uint16_t handle) { in bta_hf_client_find_cb_by_sco_handle() function