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
206 tBTA_HF_CLIENT_DATA *p_data);
216 extern void bta_hf_client_create_record(tBTA_HF_CLIENT_DATA *p_data);
217 extern void bta_hf_client_del_record(tBTA_HF_CLIENT_DATA *p_data);
220 extern void bta_hf_client_free_db(tBTA_HF_CLIENT_DATA *p_data);
226 extern void bta_hf_client_rfc_do_open(tBTA_HF_CLIENT_DATA *p_data);
227 extern void bta_hf_client_rfc_do_close(tBTA_HF_CLIENT_DATA *p_data);
230 extern void bta_hf_client_sco_listen(tBTA_HF_CLIENT_DATA *p_data);
231 extern void bta_hf_client_sco_shutdown(tBTA_HF_CLIENT_DATA *p_data);
232 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()
321 void bta_hf_client_rfc_fail(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_rfc_fail()
353 void bta_hf_client_disc_fail(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_disc_fail()
[all …]
Dbta_hf_client_main.c84 typedef void (*tBTA_HF_CLIENT_ACTION)(tBTA_HF_CLIENT_DATA *p_data);
373 static void bta_hf_client_api_enable(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_api_enable()
411 static void bta_hf_client_api_disable(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_api_disable()
447 bta_hf_client_api_enable((tBTA_HF_CLIENT_DATA *) p_msg); in bta_hf_client_hdl_event()
452 bta_hf_client_api_disable((tBTA_HF_CLIENT_DATA *) p_msg); in bta_hf_client_hdl_event()
456 bta_hf_client_sm_execute(p_msg->event, (tBTA_HF_CLIENT_DATA *) p_msg); in bta_hf_client_hdl_event()
472 void bta_hf_client_sm_execute(UINT16 event, tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_sm_execute()
Dbta_hf_client_sco.c591 void bta_hf_client_sco_listen(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_sco_listen()
610 void bta_hf_client_sco_shutdown(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_sco_shutdown()
629 void bta_hf_client_sco_conn_open(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_sco_conn_open()
661 void bta_hf_client_sco_conn_close(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_sco_conn_close()
704 void bta_hf_client_sco_open(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_sco_open()
723 void bta_hf_client_sco_close(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_sco_close()
Dbta_hf_client_sdp.c169 void bta_hf_client_create_record(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_create_record()
196 void bta_hf_client_del_record(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_del_record()
373 void bta_hf_client_free_db(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_free_db()
Dbta_hf_client_rfc.c209 void bta_hf_client_rfc_do_open(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_rfc_do_open()
239 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()