bthf_interface_t 構造体リファレンス

bthf_interface_t 構造体のリファレンス

#include < bt_hf.h >

データフィールド

サイズ_tサイズ
bt_status_t (* init )( bthf_callbacks_t *コールバック、int max_hf_clients)
bt_status_t (*接続)(bt_bdaddr_t *bd_addr)
bt_status_t (*切断)(bt_bdaddr_t *bd_addr)
bt_status_t (* connect_audio )(bt_bdaddr_t *bd_addr)
bt_status_t (*切断_オーディオ)(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タイプ、int ボリューム、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 butt_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 butt_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応答コード, int エラーコード, bt_bdaddr_t *bd_addr)
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 *number、 bthf_call_addrtype_tタイプ、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タイプ)
空所(*クリーンアップ)(ボイド)
bt_status_t (* configure_wbs )(bt_bdaddr_t *bd_addr, bthf_wbs_config_t config)

詳細な説明

標準の BT-HF インターフェイスを表します。

ファイルbt_hf.h223行目の定義。

フィールドドキュメント

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

OK/エラー応答 ERROR (0) OK (1)

ファイルbt_hf.h271行目の定義。

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 butt_chg, bt_bdaddr_t *bd_addr)

CINDコマンドに対する応答

ファイルbt_hf.h261行目の定義。

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 *number、 bthf_call_addrtype_tタイプ、bt_bdaddr_t *bd_addr)

CLCCコマンドに対する応答 呼び出しインデックスごとに繰り返し呼び出し可能 呼び出しインデックス0はNULL終了として扱われる(応答完了)

ファイルbt_hf.h277行目の定義。

void(* クリーンアップ)(void)

インターフェースを閉じます。

ファイルbt_hf.h293行目の定義。

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

SCO コーデックの構成

ファイルbt_hf.h296行目の定義。

bt_status_t (* 接続)(bt_bdaddr_t *bd_addr)

ヘッドセットに接続する

ファイルbt_hf.h233行目の定義。

bt_status_t (* connect_audio)(bt_bdaddr_t *bd_addr)

オーディオ接続を作成する

ファイルbt_hf.h239行目の定義。

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

COPSコマンドに対する応答

ファイルbt_hf.h258行目の定義。

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

複合デバイス状態変化通知

ファイルbt_hf.h254行目の定義。

bt_status_t (* 切断)(bt_bdaddr_t *bd_addr)

ヘッドセットからの接続を解除する

ファイルbt_hf.h236行目の定義。

bt_status_t (*切断_音声)(bt_bdaddr_t *bd_addr)

オーディオ接続を閉じます

ファイルbt_hf.h242行目の定義。

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

フォーマット済みの AT 応答 (通常は不明な AT cmd に対する応答)

ファイルbt_hf.h265行目の定義。

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

BtHf コールバックを登録する

ファイルbt_hf.h230行目の定義。

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 から値の 1 つを取得します。
  3. 番号と種類: 着信通話と待機中の通話にのみ有効

ファイルbt_hf.h289行目の定義。

size_t サイズ

sizeof(BtHfInterface) に設定

ファイルbt_hf.h226行目の定義。

bt_status_t (* 音声認識開始)(bt_bdaddr_t *bd_addr)

音声認識を開始する

ファイルbt_hf.h245行目の定義。

bt_status_t (* 音声認識停止)(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.h251行目の定義。


この構造体のドキュメントは次のファイルから生成されました。
  • ハードウェア/libhardware/include/hardware/ bt_hf.h

bthf_interface_t 構造体のリファレンス

bthf_interface_t 構造体のリファレンス

#include < bt_hf.h >

データフィールド

サイズ_tサイズ
bt_status_t (* init )( bthf_callbacks_t *コールバック、int max_hf_clients)
bt_status_t (*接続)(bt_bdaddr_t *bd_addr)
bt_status_t (*切断)(bt_bdaddr_t *bd_addr)
bt_status_t (* connect_audio )(bt_bdaddr_t *bd_addr)
bt_status_t (*切断_オーディオ)(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タイプ、int ボリューム、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 butt_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 butt_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応答コード, int エラーコード, bt_bdaddr_t *bd_addr)
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 *number、 bthf_call_addrtype_tタイプ、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タイプ)
空所(*クリーンアップ)(ボイド)
bt_status_t (* configure_wbs )(bt_bdaddr_t *bd_addr, bthf_wbs_config_t config)

詳細な説明

標準の BT-HF インターフェイスを表します。

ファイルbt_hf.h223行目の定義。

フィールドドキュメント

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

OK/エラー応答 ERROR (0) OK (1)

ファイルbt_hf.h271行目の定義。

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 butt_chg, bt_bdaddr_t *bd_addr)

CINDコマンドに対する応答

ファイルbt_hf.h261行目の定義。

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 *number、 bthf_call_addrtype_tタイプ、bt_bdaddr_t *bd_addr)

CLCCコマンドに対する応答 呼び出しインデックスごとに繰り返し呼び出し可能 呼び出しインデックス0はNULL終了として扱われる(応答完了)

ファイルbt_hf.h277行目の定義。

void(* クリーンアップ)(void)

インターフェースを閉じます。

ファイルbt_hf.h293行目の定義。

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

SCO コーデックの構成

ファイルbt_hf.h296行目の定義。

bt_status_t (* 接続)(bt_bdaddr_t *bd_addr)

ヘッドセットに接続する

ファイルbt_hf.h233行目の定義。

bt_status_t (* connect_audio)(bt_bdaddr_t *bd_addr)

オーディオ接続を作成する

ファイルbt_hf.h239行目の定義。

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

COPSコマンドに対する応答

ファイルbt_hf.h258行目の定義。

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

複合デバイス状態変化通知

ファイルbt_hf.h254行目の定義。

bt_status_t (* 切断)(bt_bdaddr_t *bd_addr)

ヘッドセットからの接続を解除する

ファイルbt_hf.h236行目の定義。

bt_status_t (*切断_音声)(bt_bdaddr_t *bd_addr)

オーディオ接続を閉じます

ファイルbt_hf.h242行目の定義。

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

フォーマット済みの AT 応答 (通常は不明な AT cmd に対する応答)

ファイルbt_hf.h265行目の定義。

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

BtHf コールバックを登録する

ファイルbt_hf.h230行目の定義。

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 から値の 1 つを取得します。
  3. 番号と種類: 着信通話と待機中の通話にのみ有効

ファイルbt_hf.h289行目の定義。

size_t サイズ

sizeof(BtHfInterface) に設定

ファイルbt_hf.h226行目の定義。

bt_status_t (* 音声認識開始)(bt_bdaddr_t *bd_addr)

音声認識を開始する

ファイルbt_hf.h245行目の定義。

bt_status_t (* 音声認識停止)(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.h251行目の定義。


この構造体のドキュメントは次のファイルから生成されました。
  • ハードウェア/libhardware/include/hardware/ bt_hf.h