bthf_interface_t 結構參考

bthf_interface_t 結構參考

#include < bt_hf.h >

資料欄位

尺寸_t尺寸
bt_狀態_t (* init )( bthf_callbacks_t *callbacks, int max_hf_clients)
bt_狀態_t (*連接)(bt_bdaddr_t *bd_addr)
bt_狀態_t (*斷開連線)(bt_bdaddr_t *bd_addr)
bt_狀態_t (*連接音訊)(bt_bdaddr_t *bd_addr)
bt_狀態_t (*斷開連接音訊)(bt_bdaddr_t *bd_addr)
bt_狀態_t (*開始語音辨識)(bt_bdaddr_t *bd_addr)
bt_狀態_t (*停止語音辨識)(bt_bdaddr_t *bd_addr)
bt_狀態_t (* Volume_control )( bthf_volume_type_t類型,int 卷,bt_bdaddr_t *bd_addr)
bt_狀態_t (* device_status_notification )( bthf_network_state_t ntk_state、 bthf_service_type_t svc_type、int signal、int batt_chg)
bt_狀態_t (* cops_response )(const char *cops, bt_bdaddr_t *bd_addr)
bt_狀態_t (* cind_response )(int svc、int num_active、int num_held、 bthf_call_state_t call_setup_state、int signal、int ROOM、int batt_chg、bt_bdaddr_t *bd_addr)
bt_狀態_t (* formatted_at_response )(const char *rsp, bt_bdaddr_t *bd_addr)
bt_狀態_t (* at_response )( bthf_at_response_t回應碼, int error_code, bt_bdaddr_t *bd_addr)
bt_狀態_t (* clcc_response )(int 索引、 bthf_call_direction_t dir、 bthf_call_state_t狀態、 bthf_call_mode_t模式、 bthf_call_mpty_type_t mpty、const char *number、 bthf_call_addt_type_tbaddr 、const char *number、 bthf_call_addt_t.
bt_狀態_t (* phone_state_change )(int num_active、int num_held、 bthf_call_state_t call_setup_state、const char *number、 bthf_call_addrtype_t型別)
空白(*清理)(無效)
bt_狀態_t (*配置_wbs )(bt_bdaddr_t *bd_addr, bthf_wbs_config_t配置)

詳細說明

代表標準 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)

正常/錯誤回應 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 訊號, int 漫遊, int batt_chg, bt_bdaddr_t *bd_addr_t *bd_addr)

CIND 指令的回應

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

bt_status_t (* clcc_response)(int 索引、 bthf_call_direction_t dir、 bthf_call_state_t狀態、 bthf_call_mode_t模式、 bthf_call_mpty_type_t mpty、const char *numberddf_b;

CLCC 指令的回應 可對每個呼叫索引進行迭代呼叫 呼叫索引 0 將被視為 NULL 終止(完成回應)

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

無效(*清理)(無效)

關閉介面。

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

bt_status_t (*configure_wbs)(bt_bdaddr_t *bd_addr, bthf_wbs_config_t配置)

SCO 編解碼器的配置

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

bt_status_t (* 連線)(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 (* 斷開連線)(bt_bdaddr_t *bd_addr)

斷開耳機連接

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

bt_status_t (*斷開音訊)(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類型)

通知呼叫狀態變更 每次更新都會通知

  1. 活動/維持/振鈴呼叫數量
  2. call_state:這表示觸發此訊息的狀態變更這將從 BtHfCallState 中取得值之一
  3. 號碼和類型:僅對來電和等待呼叫有效

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

size_t 尺寸

設定為 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.h248行。

bt_status_t (*volume_control)( bthf_volume_type_t類型, int 卷, bt_bdaddr_t *bd_addr)

音量控制

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


該結構的文檔是從以下文件產生的:
,

bthf_interface_t 結構參考

bthf_interface_t 結構參考

#include < bt_hf.h >

資料欄位

尺寸_t尺寸
bt_狀態_t (* init )( bthf_callbacks_t *callbacks, int max_hf_clients)
bt_狀態_t (*連接)(bt_bdaddr_t *bd_addr)
bt_狀態_t (*斷開連線)(bt_bdaddr_t *bd_addr)
bt_狀態_t (*連接音訊)(bt_bdaddr_t *bd_addr)
bt_狀態_t (*斷開連接音訊)(bt_bdaddr_t *bd_addr)
bt_狀態_t (*開始語音辨識)(bt_bdaddr_t *bd_addr)
bt_狀態_t (*停止語音辨識)(bt_bdaddr_t *bd_addr)
bt_狀態_t (* Volume_control )( bthf_volume_type_t類型,int 卷,bt_bdaddr_t *bd_addr)
bt_狀態_t (* device_status_notification )( bthf_network_state_t ntk_state、 bthf_service_type_t svc_type、int signal、int batt_chg)
bt_狀態_t (* cops_response )(const char *cops, bt_bdaddr_t *bd_addr)
bt_狀態_t (* cind_response )(int svc、int num_active、int num_held、 bthf_call_state_t call_setup_state、int signal、int ROOM、int batt_chg、bt_bdaddr_t *bd_addr)
bt_狀態_t (* formatted_at_response )(const char *rsp, bt_bdaddr_t *bd_addr)
bt_狀態_t (* at_response )( bthf_at_response_t回應碼, int error_code, bt_bdaddr_t *bd_addr)
bt_狀態_t (* clcc_response )(int 索引、 bthf_call_direction_t dir、 bthf_call_state_t狀態、 bthf_call_mode_t模式、 bthf_call_mpty_type_t mpty、const char *number、 bthf_call_addt_type_tbaddr 、const char *number、 bthf_call_addt_t.
bt_狀態_t (* phone_state_change )(int num_active、int num_held、 bthf_call_state_t call_setup_state、const char *number、 bthf_call_addrtype_t型別)
空白(*清理)(無效)
bt_狀態_t (*配置_wbs )(bt_bdaddr_t *bd_addr, bthf_wbs_config_t配置)

詳細說明

代表標準 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)

正常/錯誤回應 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 訊號, int 漫遊, int batt_chg, bt_bdaddr_t *bd_addr_t *bd_addr)

CIND 指令的回應

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

bt_status_t (* clcc_response)(int 索引、 bthf_call_direction_t dir、 bthf_call_state_t狀態、 bthf_call_mode_t模式、 bthf_call_mpty_type_t mpty、const char *numberddf_b;

CLCC 指令的回應 可對每個呼叫索引進行迭代呼叫 呼叫索引 0 將被視為 NULL 終止(完成回應)

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

無效(*清理)(無效)

關閉介面。

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

bt_status_t (*configure_wbs)(bt_bdaddr_t *bd_addr, bthf_wbs_config_t配置)

SCO 編解碼器的配置

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

bt_status_t (* 連線)(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 (* 斷開連線)(bt_bdaddr_t *bd_addr)

斷開耳機連接

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

bt_status_t (*斷開音訊)(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類型)

通知呼叫狀態變更 每次更新都會通知

  1. 活動/維持/振鈴呼叫數量
  2. call_state:這表示觸發此訊息的狀態變更這將從 BtHfCallState 中取得值之一
  3. 號碼和類型:僅對來電和等待呼叫有效

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

size_t 尺寸

設定為 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.h248行。

bt_status_t (*volume_control)( bthf_volume_type_t類型, int 卷, bt_bdaddr_t *bd_addr)

音量控制

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


該結構的文檔是從以下文件產生的: