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

  /external/bluetooth/bluedroid/bta/hf_client/
bta_hf_client_int.h 136 } tBTA_HF_CLIENT_DATA;
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...]
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)
322 void bta_hf_client_rfc_fail(tBTA_HF_CLIENT_DATA *p_data)
354 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 592 void bta_hf_client_sco_listen(tBTA_HF_CLIENT_DATA *p_data)
611 void bta_hf_client_sco_shutdown(tBTA_HF_CLIENT_DATA *p_data)
630 void bta_hf_client_sco_conn_open(tBTA_HF_CLIENT_DATA *p_data)
662 void bta_hf_client_sco_conn_close(tBTA_HF_CLIENT_DATA *p_data)
705 void bta_hf_client_sco_open(tBTA_HF_CLIENT_DATA *p_data)
724 void bta_hf_client_sco_close(tBTA_HF_CLIENT_DATA *p_data)
bta_hf_client_main.c 84 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)
411 static void bta_hf_client_api_disable(tBTA_HF_CLIENT_DATA *p_data)
447 bta_hf_client_api_enable((tBTA_HF_CLIENT_DATA *) p_msg);
452 bta_hf_client_api_disable((tBTA_HF_CLIENT_DATA *) p_msg);
456 bta_hf_client_sm_execute(p_msg->event, (tBTA_HF_CLIENT_DATA *) p_msg);
472 void bta_hf_client_sm_execute(UINT16 event, tBTA_HF_CLIENT_DATA *p_data)
bta_hf_client_rfc.c 211 void bta_hf_client_rfc_do_open(tBTA_HF_CLIENT_DATA *p_data)
241 void bta_hf_client_rfc_do_close(tBTA_HF_CLIENT_DATA *p_data)
bta_hf_client_sdp.c 170 void bta_hf_client_create_record(tBTA_HF_CLIENT_DATA *p_data)
197 void bta_hf_client_del_record(tBTA_HF_CLIENT_DATA *p_data)
374 void bta_hf_client_free_db(tBTA_HF_CLIENT_DATA *p_data)

Completed in 406 milliseconds