Searched refs:bta_hf_client_find_cb_by_sco_handle (Results 1 – 3 of 3) sorted by relevance
146 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()
211 extern tBTA_HF_CLIENT_CB* bta_hf_client_find_cb_by_sco_handle(uint16_t handle);
554 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