bthf_interface_t 結構體參考資料

bthf_interface_t 結構體參考資料

#include < bt_hf.h >

資料欄位

size_t  size
 
bt_status_t (*  init )( bthf_callbacks_t *callbacks, int max_hf_clients)
 
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 )(bt_bdaddr_t *bd_addr)
 
bt_status_t (*  stop_voice_recognition )(bt_bdaddr_t *bd_addr)
 
bt_status_t (*  volume_control )( bthf_volume_type_t type, int volume, bt_bdaddr_t *bd_addr)
 
bt_status_t (*  device_status_notification )( bthf_network_state_t ntk_state, bthf_service_type_t svc_type, int signal, int batt_chg)
 
bt_status_t (*  cops_response )(const char *cops, bt_bdaddr_t *bd_addr)
 
bt_status_t (*  cind_response )(int svc, int num_active, int num_held, bthf_call_state_t call_setup_state, int signal, int roam, int batt_chg, bt_bdaddr_t *bd_addr)
 
bt_status_t (*  formatted_at_response )(const char *rsp, bt_bdaddr_t *bd_addr)
 
bt_status_t (*  at_response )( bthf_at_response_t response_code, int error_code, bt_bdaddr_t *bd_addr)
 
bt_status_t (*  clcc_response )(int index, bthf_call_direction_t dir, bthf_call_state_t state, bthf_call_mode_t mode, bthf_call_mpty_type_t mpty, const char *number, bthf_call_addrtype_t type, bt_bdaddr_t *bd_addr)
 
bt_status_t (*  phone_state_change )(int num_active, int num_held, bthf_call_state_t call_setup_state, const char *number, bthf_call_addrtype_t type)
 
void(*  cleanup )(void)
 
bt_status_t (*  configure_wbs )(bt_bdaddr_t *bd_addr, bthf_wbs_config_t config)
 

詳細說明

代表標準 BT-HF 介面。

定義位於檔案 bt_hf.h 的第 223 行。

欄位說明文件

bt_status_t (* at_response)( bthf_at_response_t response_code, int error_code, bt_bdaddr_t *bd_addr)

ok/error response ERROR (0) OK (1)

定義位於檔案 bt_hf.h 的 271 行。

bt_status_t (* cind_response)(int svc, int num_active, int num_held, bthf_call_state_t call_setup_state, int signal, int roam, int batt_chg, bt_bdaddr_t *bd_addr)

回應 CIND 指令

定義位於檔案 bt_hf.h 261 行。

bt_status_t (* clcc_response)(int index, bthf_call_direction_t dir, bthf_call_state_t state, bthf_call_mode_t mode, bthf_call_mpty_type_t mpty, const char *number, bthf_call_addrtype_t type, bt_bdaddr_t *bd_addr)

回應 CLCC 指令可針對每個呼叫索引重複呼叫,呼叫索引為 0 的情況會視為空值結束 (完成回應)

定義位於檔案 bt_hf.h 的 277 行。

void(* cleanup)(void)

關閉介面。

定義位於檔案 bt_hf.h 的 293 行。

bt_status_t (* configure_wbs)(bt_bdaddr_t *bd_addr, bthf_wbs_config_t config)

SCO 編解碼的設定

定義位於檔案 bt_hf.h 296 行。

bt_status_t (* connect)(bt_bdaddr_t *bd_addr)

連線至耳機

定義位於檔案 bt_hf.h 的第 233 行

bt_status_t (* connect_audio)(bt_bdaddr_t *bd_addr)

建立音訊連線

定義位於檔案 bt_hf.h 239 行。

bt_status_t (* cops_response)(const char *cops, bt_bdaddr_t *bd_addr)

回應 COPS 指令

定義位於檔案 bt_hf.h 的第 258 行。

bt_status_t (* device_status_notification)( bthf_network_state_t ntk_state, bthf_service_type_t svc_type, int signal, int batt_chg)

綜合裝置狀態變更通知

定義位於檔案 bt_hf.h 254 行。

bt_status_t (* disconnect)(bt_bdaddr_t *bd_addr)

與耳機斷開連線

定義位於檔案 bt_hf.h 的 236 行。

bt_status_t (* disconnect_audio)(bt_bdaddr_t *bd_addr)

關閉音訊連線

定義位於檔案 bt_hf.h 的 242 行。

bt_status_t (* formatted_at_response)(const char *rsp, bt_bdaddr_t *bd_addr)

預先格式化的 AT 回應,通常用於回應不明的 AT 指令

定義位於檔案 bt_hf.h 的第 265 行。

bt_status_t (* init)( bthf_callbacks_t *callbacks, int max_hf_clients)

註冊 BtHf 回呼

定義位於檔案 bt_hf.h 230 行。

bt_status_t (* phone_state_change)(int num_active, int num_held, bthf_call_state_t call_setup_state, const char *number, bthf_call_addrtype_t type)

通知通話狀態變更。每次更新都會通知

  1. 有效/保留/響鈴通話數量
  2. call_state:表示觸發此訊息的狀態變更。這會採用 BtHfCallState 的其中一個值
  3. 號碼和類型:僅適用於來電和等候中的通話

定義位於檔案 bt_hf.h 的 289 行。

size_t size

設為 sizeof(BtHfInterface)

定義位於檔案 bt_hf.h 226 行。

bt_status_t (* start_voice_recognition)(bt_bdaddr_t *bd_addr)

啟動語音辨識

定義位於檔案 bt_hf.h 245 行。

bt_status_t (* stop_voice_recognition)(bt_bdaddr_t *bd_addr)

停止語音辨識

定義位於檔案 bt_hf.h 248 行。

bt_status_t (* volume_control)( bthf_volume_type_t type, int volume, bt_bdaddr_t *bd_addr)

音量控制

定義位於檔案 bt_hf.h 251 行。


這個結構體的說明文件是由下列檔案產生:
  • hardware/libhardware/include/hardware/ bt_hf.h