btrc_interface_t 構造体リファレンス

btrc_interface_t 構造体リファレンス

#include < bt_rc.h >

データ フィールド

size_t size
 
bt_status_t (*  init )( btrc_callbacks_t *callbacks)
 
bt_status_t (*  get_play_status_rsp )( btrc_play_status_t play_status, uint32_t song_len, uint32_t song_pos)
 
bt_status_t (*  list_player_app_attr_rsp )(int num_attr, btrc_player_attr_t *p_attrs)
 
bt_status_t (*  list_player_app_value_rsp )(int num_val, uint8_t *p_vals)
 
bt_status_t (*  get_player_app_value_rsp )( btrc_player_settings_t *p_vals)
 
bt_status_t (*  get_player_app_attr_text_rsp )(int num_attr, btrc_player_setting_text_t *p_attrs)
 
bt_status_t (*  get_player_app_value_text_rsp )(int num_val, btrc_player_setting_text_t *p_vals)
 
bt_status_t (*  get_element_attr_rsp )(uint8_t num_attr, btrc_element_attr_val_t *p_attrs)
 
bt_status_t (*  set_player_app_value_rsp )( btrc_status_t rsp_status)
 
bt_status_t (*  register_notification_rsp )( btrc_event_id_t event_id, btrc_notification_type_t type, btrc_register_notification_t *p_param)
 
bt_status_t (*  set_volume )(uint8_t volume)
 
void(*  cleanup )(void)
 

詳細な説明

標準の BT-RC AVRCP ターゲット インターフェースを表します。

ファイル bt_rc.h の 223 行 に定義されています。

フィールドのドキュメント

void(* cleanup)(void)

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

ファイル bt_rc.h 291 行 の定義。

bt_status_t (* get_element_attr_rsp)(uint8_t num_attr, btrc_element_attr_val_t *p_attrs)

現在の曲の要素属性テキスト(「タイトル」、「アルバム」、「アーティスト」)を返します。num_attr: ポインタ p_attrs に含まれる属性テキストの数を指定します。

ファイル bt_rc.h 265 行目で定義されています。

bt_status_t (* get_play_status_rsp)( btrc_play_status_t play_status, uint32_t song_len, uint32_t song_pos)

GetPlayStatus リクエストへのレスポンス。現在の

  1. 再生ステータス
  2. 曲の長さ
  3. 曲の位置

ファイル bt_rc.h の 237 行 に定義されています。

bt_status_t (* get_player_app_attr_text_rsp)(int num_attr, btrc_player_setting_text_t *p_attrs)

アプリケーション属性のテキスト(「シャッフル」/「繰り返し」/...)を返します。num_attr: ポインタ p_attrs に含まれる属性テキストの数を指定します。

ファイル bt_rc.h の 255 行目 の定義。

bt_status_t (* get_player_app_value_rsp)( btrc_player_settings_t *p_vals)

指定された各 attr_id の現在のアプリケーション属性値を返します。

ファイル bt_rc.h の 250 行目 の定義。

bt_status_t (* get_player_app_value_text_rsp)(int num_val, btrc_player_setting_text_t *p_vals)

アプリケーション属性のテキスト(「シャッフル」/「繰り返し」/...)を返します。num_attr: ポインタ p_vals に含まれる属性値のテキストの数を指定します。

ファイル bt_rc.h 260 行目 の定義。

bt_status_t (* init)( btrc_callbacks_t *callbacks)

BtRc コールバックを登録します。

ファイル bt_rc.h の 230 行目 の定義。

bt_status_t (* list_player_app_attr_rsp)(int num_attr, btrc_player_attr_t *p_attrs)

サポートされているプレーヤー アプリケーション属性(シャッフル/リピート/...)を一覧表示します。num_attr: ポインタ p_attrs に含まれる属性の数を指定します。

ファイル bt_rc.h の 242 行 に定義されています。

bt_status_t (* list_player_app_value_rsp)(int num_val, uint8_t *p_vals)

サポートされているプレーヤー アプリケーション属性(シャッフル: オフ/オン/グループ)を一覧表示します。num_val: ポインタ p_vals に含まれる値の数を指定します。

ファイル bt_rc.h 247 行の定義。

ファイル bt_rc.h 277 行の定義。

bt_status_t (* set_player_app_value_rsp)( btrc_status_t rsp_status)

プレーヤー属性設定リクエスト(「シャッフル」/「リピート」)に対するレスポンス rsp_status: 現在のメディア プレーヤーのプレーヤー属性の設定ステータス

ファイル bt_rc.h 270 行目の定義。

bt_status_t (* set_volume)(uint8_t volume)

現在の音量設定をリモート側に送信します。サポートは SetAbsoluteVolume に限定されています。これは、相対音量(AVRCP 1.0)をサポートするように拡張できます。RelateVolume では、絶対音量レベルではなく VOLUME_UP/VOLUME_DOWN を送信します。0 ~ 127 の範囲で指定します。bit7 は予約済みで、設定できません。

ファイル bt_rc.h の 288 行目 の定義。

size_t size

sizeof(BtRcInterface) に設定

ファイル bt_rc.h の 226 行目 の定義。


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