HomeSort by relevance Sort by last modified time
    Searched refs:tBTA_HF_CLIENT_DATA (Results 1 - 7 of 7) sorted by null

  /system/bt/bta/hf_client/
bta_hf_client_int.h 136 } tBTA_HF_CLIENT_DATA;
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...]
bta_hf_client_act.c 56 void bta_hf_client_register(tBTA_HF_CLIENT_DATA *p_data)
98 void bta_hf_client_deregister(tBTA_HF_CLIENT_DATA *p_data)
122 void bta_hf_client_start_dereg(tBTA_HF_CLIENT_DATA *p_data)
140 void bta_hf_client_start_close(tBTA_HF_CLIENT_DATA *p_data)
170 void bta_hf_client_start_open(tBTA_HF_CLIENT_DATA *p_data)
211 static void bta_hf_client_cback_open(tBTA_HF_CLIENT_DATA *p_data, tBTA_HF_CLIENT_STATUS status)
242 void bta_hf_client_rfc_open(tBTA_HF_CLIENT_DATA *p_data)
264 void bta_hf_client_rfc_acp_open(tBTA_HF_CLIENT_DATA *p_data)
318 void bta_hf_client_rfc_fail(tBTA_HF_CLIENT_DATA *p_data)
350 void bta_hf_client_disc_fail(tBTA_HF_CLIENT_DATA *p_data
    [all...]
bta_hf_client_cmd.c 23 void bta_hf_client_send_at_cmd(tBTA_HF_CLIENT_DATA *p_data)
bta_hf_client_sco.c 583 void bta_hf_client_sco_listen(tBTA_HF_CLIENT_DATA *p_data)
602 void bta_hf_client_sco_shutdown(tBTA_HF_CLIENT_DATA *p_data)
621 void bta_hf_client_sco_conn_open(tBTA_HF_CLIENT_DATA *p_data)
653 void bta_hf_client_sco_conn_close(tBTA_HF_CLIENT_DATA *p_data)
696 void bta_hf_client_sco_open(tBTA_HF_CLIENT_DATA *p_data)
715 void bta_hf_client_sco_close(tBTA_HF_CLIENT_DATA *p_data)
bta_hf_client_main.c 88 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)
417 static void bta_hf_client_api_disable(tBTA_HF_CLIENT_DATA *p_data)
453 bta_hf_client_api_enable((tBTA_HF_CLIENT_DATA *) p_msg);
458 bta_hf_client_api_disable((tBTA_HF_CLIENT_DATA *) p_msg);
462 bta_hf_client_sm_execute(p_msg->event, (tBTA_HF_CLIENT_DATA *) p_msg);
478 void bta_hf_client_sm_execute(UINT16 event, tBTA_HF_CLIENT_DATA *p_data)
bta_hf_client_rfc.c 206 void bta_hf_client_rfc_do_open(tBTA_HF_CLIENT_DATA *p_data)
236 void bta_hf_client_rfc_do_close(tBTA_HF_CLIENT_DATA *p_data)
bta_hf_client_sdp.c 164 void bta_hf_client_create_record(tBTA_HF_CLIENT_DATA *p_data)
191 void bta_hf_client_del_record(tBTA_HF_CLIENT_DATA *p_data)
366 void bta_hf_client_free_db(tBTA_HF_CLIENT_DATA *p_data)

Completed in 464 milliseconds