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)

傳回目前歌曲的元素屬性文字 (「Title」/「Album」/「Artist」) 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)

傳回應用程式屬性文字 (「Shuffle」/「Repeat」/...) 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)

傳回應用程式屬性文字 (「Shuffle」/「Repeat」/...) 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)

列出支援的播放器應用程式屬性 (Shuffle/Repeat/...) 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