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)

正常/エラー レスポンス 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 の場合、NULL 終端として扱われます(レスポンスが完了します)。

ファイル 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. number と type: 着信と保留中の通話でのみ有効です。

ファイル 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