bthf_client_interface_t 結構體參考
#include <
bt_hf_client.h
>
資料欄位 |
|
size_t | size |
bt_status_t (* | init )( bthf_client_callbacks_t *callbacks) |
bt_status_t (* | connect )(bt_bdaddr_t *bd_addr) |
bt_status_t (* | disconnect )(bt_bdaddr_t *bd_addr) |
bt_status_t (* | connect_audio )(bt_bdaddr_t *bd_addr) |
bt_status_t (* | disconnect_audio )(bt_bdaddr_t *bd_addr) |
bt_status_t (* | start_voice_recognition )(void) |
bt_status_t (* | stop_voice_recognition )(void) |
bt_status_t (* | volume_control )( bthf_client_volume_type_t type, int volume) |
bt_status_t (* | dial )(const char *number) |
bt_status_t (* | dial_memory )(int location) |
bt_status_t (* | handle_call_action )( bthf_client_call_action_t action, int idx) |
bt_status_t (* | query_current_calls )(void) |
bt_status_t (* | query_current_operator_name )(void) |
bt_status_t (* | retrieve_subscriber_info )(void) |
bt_status_t (* | send_dtmf )(字元代碼) |
bt_status_t (* | request_last_voice_tag_number )(void) |
void(* | cleanup )(void) |
bt_status_t (* | send_at_cmd )(int cmd, int val1, int val2, const char *arg) |
詳細說明
代表標準 BT-HF 介面。
定義位於檔案 bt_hf_client.h 的 297 行。
欄位說明文件
void(* cleanup)(void) |
關閉介面。
定義位於檔案 bt_hf_client.h 的 355 行。
bt_status_t (* connect)(bt_bdaddr_t *bd_addr) |
連線至音訊網關
定義位於檔案 bt_hf_client.h 的 307 行。
bt_status_t (* connect_audio)(bt_bdaddr_t *bd_addr) |
建立音訊連線
定義位於檔案 bt_hf_client.h 的第 313 行。
bt_status_t (* dial)(const char *number) |
使用號碼撥打電話 (如果號碼為空值,則會撥打上次撥打的號碼,也就是重撥)
定義位於檔案 bt_hf_client.h 的 329 行。
bt_status_t (* dial_memory)(int location) |
撥打由位置指定的號碼 (快速撥號)
定義位於檔案 bt_hf_client.h 的 332 行。
bt_status_t (* disconnect)(bt_bdaddr_t *bd_addr) |
中斷與音訊閘道的連線
定義位於檔案 bt_hf_client.h 的 310 行。
bt_status_t (* disconnect_audio)(bt_bdaddr_t *bd_addr) |
關閉音訊連線
定義位於檔案 bt_hf_client.h 的 316 行。
bt_status_t (* handle_call_action)( bthf_client_call_action_t action, int idx) |
執行指定的通話相關動作 idx 僅限於強化通話控制相關動作
定義位於檔案 bt_hf_client.h 的 337 行。
bt_status_t (* init)( bthf_client_callbacks_t *callbacks) |
註冊 BtHf 回呼
定義位於檔案 bt_hf_client.h 的 304 行。
bt_status_t (* query_current_calls)(void) |
查詢目前通話的清單
定義位於檔案 bt_hf_client.h 的 340 行。
bt_status_t (* query_current_operator_name)(void) |
目前所選運算子的查詢名稱
定義位於檔案 bt_hf_client.h 的第 343 行。
bt_status_t (* request_last_voice_tag_number)(void) |
向 AG 索取與上次錄製的語音標記相對應的電話號碼
定義位於檔案 bt_hf_client.h 的 352 行。
bt_status_t (* retrieve_subscriber_info)(void) |
擷取訂閱者資訊
定義位於檔案 bt_hf_client.h 的 346 行。
bt_status_t (* send_at_cmd)(int cmd, int val1, int val2, const char *arg) |
傳送 AT 指令。
定義位於檔案 bt_hf_client.h 的 358 行。
bt_status_t (* send_dtmf)(char code) |
傳送 DTMF 碼
定義位於檔案 bt_hf_client.h 的 349 行。
size_t size |
設為 sizeof(BtHfClientInterface)
定義位於檔案 bt_hf_client.h 的 300 行。
bt_status_t (* start_voice_recognition)(void) |
啟動語音辨識
定義位於檔案 bt_hf_client.h 的 319 行。
bt_status_t (* stop_voice_recognition)(void) |
停止語音辨識
定義位於檔案 bt_hf_client.h 的第 322 行。
bt_status_t (* volume_control)( bthf_client_volume_type_t type, int volume) |
音量控制
定義位於檔案 bt_hf_client.h 的第 325 行。
這個結構體的說明文件是由下列檔案產生:
- hardware/libhardware/include/hardware/ bt_hf_client.h