Home
last modified time | relevance | path

Searched refs:tBTA_HF_CLIENT_DATA (Results 1 – 7 of 7) sorted by relevance

/system/bt/bta/hf_client/
Dbta_hf_client_int.h136 } tBTA_HF_CLIENT_DATA; typedef
205 tBTA_HF_CLIENT_DATA *p_data);
215 extern void bta_hf_client_create_record(tBTA_HF_CLIENT_DATA *p_data);
216 extern void bta_hf_client_del_record(tBTA_HF_CLIENT_DATA *p_data);
219 extern void bta_hf_client_free_db(tBTA_HF_CLIENT_DATA *p_data);
225 extern void bta_hf_client_rfc_do_open(tBTA_HF_CLIENT_DATA *p_data);
226 extern void bta_hf_client_rfc_do_close(tBTA_HF_CLIENT_DATA *p_data);
229 extern void bta_hf_client_sco_listen(tBTA_HF_CLIENT_DATA *p_data);
230 extern void bta_hf_client_sco_shutdown(tBTA_HF_CLIENT_DATA *p_data);
231 extern void bta_hf_client_sco_conn_open(tBTA_HF_CLIENT_DATA *p_data);
[all …]
Dbta_hf_client_act.c56 void bta_hf_client_register(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_register()
98 void bta_hf_client_deregister(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_deregister()
122 void bta_hf_client_start_dereg(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_start_dereg()
140 void bta_hf_client_start_close(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_start_close()
170 void bta_hf_client_start_open(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_start_open()
211 static void bta_hf_client_cback_open(tBTA_HF_CLIENT_DATA *p_data, tBTA_HF_CLIENT_STATUS status) in bta_hf_client_cback_open()
242 void bta_hf_client_rfc_open(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_rfc_open()
264 void bta_hf_client_rfc_acp_open(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_rfc_acp_open()
318 void bta_hf_client_rfc_fail(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_rfc_fail()
350 void bta_hf_client_disc_fail(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_disc_fail()
[all …]
Dbta_hf_client_main.c88 typedef void (*tBTA_HF_CLIENT_ACTION)(tBTA_HF_CLIENT_DATA *p_data);
379 static void bta_hf_client_api_enable(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_api_enable()
417 static void bta_hf_client_api_disable(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_api_disable()
453 bta_hf_client_api_enable((tBTA_HF_CLIENT_DATA *) p_msg); in bta_hf_client_hdl_event()
458 bta_hf_client_api_disable((tBTA_HF_CLIENT_DATA *) p_msg); in bta_hf_client_hdl_event()
462 bta_hf_client_sm_execute(p_msg->event, (tBTA_HF_CLIENT_DATA *) p_msg); in bta_hf_client_hdl_event()
478 void bta_hf_client_sm_execute(UINT16 event, tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_sm_execute()
Dbta_hf_client_sco.c583 void bta_hf_client_sco_listen(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_sco_listen()
602 void bta_hf_client_sco_shutdown(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_sco_shutdown()
621 void bta_hf_client_sco_conn_open(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_sco_conn_open()
653 void bta_hf_client_sco_conn_close(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_sco_conn_close()
696 void bta_hf_client_sco_open(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_sco_open()
715 void bta_hf_client_sco_close(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_sco_close()
Dbta_hf_client_sdp.c164 void bta_hf_client_create_record(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_create_record()
191 void bta_hf_client_del_record(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_del_record()
366 void bta_hf_client_free_db(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_free_db()
Dbta_hf_client_rfc.c206 void bta_hf_client_rfc_do_open(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_rfc_do_open()
236 void bta_hf_client_rfc_do_close(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_rfc_do_close()
Dbta_hf_client_cmd.c23 void bta_hf_client_send_at_cmd(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_send_at_cmd()