Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/include/
Dbta_hf_client_int.h142 } tBTA_HF_CLIENT_DATA; typedef
221 tBTA_HF_CLIENT_DATA *p_data);
231 extern void bta_hf_client_create_record(tBTA_HF_CLIENT_DATA *p_data);
232 extern void bta_hf_client_del_record(tBTA_HF_CLIENT_DATA *p_data);
235 extern void bta_hf_client_free_db(tBTA_HF_CLIENT_DATA *p_data);
241 extern void bta_hf_client_rfc_do_open(tBTA_HF_CLIENT_DATA *p_data);
242 extern void bta_hf_client_rfc_do_close(tBTA_HF_CLIENT_DATA *p_data);
245 extern void bta_hf_client_sco_listen(tBTA_HF_CLIENT_DATA *p_data);
246 extern void bta_hf_client_sco_shutdown(tBTA_HF_CLIENT_DATA *p_data);
247 extern void bta_hf_client_sco_conn_open(tBTA_HF_CLIENT_DATA *p_data);
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_act.c57 void bta_hf_client_register(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_register()
101 void bta_hf_client_deregister(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_deregister()
131 void bta_hf_client_start_dereg(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_start_dereg()
149 void bta_hf_client_start_close(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_start_close()
178 void bta_hf_client_start_open(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_start_open()
217 static void bta_hf_client_cback_open(tBTA_HF_CLIENT_DATA *p_data, tBTA_HF_CLIENT_STATUS status) in bta_hf_client_cback_open()
245 void bta_hf_client_rfc_open(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_rfc_open()
267 void bta_hf_client_rfc_acp_open(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_rfc_acp_open()
319 void bta_hf_client_rfc_fail(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_rfc_fail()
351 void bta_hf_client_disc_fail(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_disc_fail()
[all …]
Dbta_hf_client_main.c90 typedef void (*tBTA_HF_CLIENT_ACTION)(tBTA_HF_CLIENT_DATA *p_data);
406 static void bta_hf_client_api_enable(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_api_enable()
446 static void bta_hf_client_api_disable(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_api_disable()
480 bta_hf_client_api_enable((tBTA_HF_CLIENT_DATA *) p_msg); in bta_hf_client_hdl_event()
485 bta_hf_client_api_disable((tBTA_HF_CLIENT_DATA *) p_msg); in bta_hf_client_hdl_event()
489 bta_hf_client_sm_execute(p_msg->event, (tBTA_HF_CLIENT_DATA *) p_msg); in bta_hf_client_hdl_event()
505 void bta_hf_client_sm_execute(UINT16 event, tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_sm_execute()
Dbta_hf_client_sco.c294 void bta_hf_client_pkt_stat_nums(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_pkt_stat_nums()
316 void bta_hf_client_ci_sco_data(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_ci_sco_data()
802 void bta_hf_client_sco_listen(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_sco_listen()
821 void bta_hf_client_sco_shutdown(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_sco_shutdown()
840 void bta_hf_client_sco_conn_open(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_sco_conn_open()
875 void bta_hf_client_sco_conn_close(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_sco_conn_close()
914 void bta_hf_client_sco_open(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_sco_open()
933 void bta_hf_client_sco_close(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_sco_close()
Dbta_hf_client_sdp.c172 void bta_hf_client_create_record(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_create_record()
198 void bta_hf_client_del_record(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_del_record()
358 void bta_hf_client_free_db(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_free_db()
Dbta_hf_client_rfc.c195 void bta_hf_client_rfc_do_open(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_rfc_do_open()
223 void bta_hf_client_rfc_do_close(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_rfc_do_close()
Dbta_hf_client_cmd.c26 void bta_hf_client_send_at_cmd(tBTA_HF_CLIENT_DATA *p_data) in bta_hf_client_send_at_cmd()