|
wiced_bt_avrc_metadata_hdr_t | metadata_hdr |
| AVRC command header, see wiced_bt_avrc_metadata_hdr_t.
|
|
union { |
wiced_bt_avrc_metadata_get_caps_cmd_t get_caps |
| GetCapability cmd.
|
|
wiced_bt_avrc_metadata_list_app_settings_values_cmd_t list_app_values |
| ListPlayerAppValues cmd.
|
|
wiced_bt_avrc_metadata_get_cur_app_value_cmd_t get_cur_app_val |
| GetCurAppValue cmd.
|
|
wiced_bt_avrc_metadata_set_app_value_cmd_t set_app_val |
| SetAppValue cmd.
|
|
wiced_bt_avrc_metadata_get_app_attr_txt_cmd_t get_app_attr_txt |
| GetAppAttrTxt cmd.
|
|
wiced_bt_avrc_metadata_get_app_val_txt_cmd_t get_app_val_txt |
| GetAppValueTxt cmd.
|
|
wiced_bt_avrc_metadata_inform_charset_cmd_t inform_charset |
| InformCharset cmd.
|
|
wiced_bt_avrc_metadata_battery_status_cmd_t inform_battery_status |
| InformBatteryStatus cmd.
|
|
wiced_bt_avrc_metadata_get_elem_attrs_cmd_t get_elem_attrs |
| GetElemAttrs cmd.
|
|
wiced_bt_avrc_metadata_reg_notif_cmd_t reg_notif |
| RegNotify cmd.
|
|
wiced_bt_avrc_metadata_continuation_pdu_cmd_t continuation_pdu |
| Continuation PDU cmd.
|
|
wiced_bt_avrc_metadata_continuation_pdu_cmd_t abort_pdu |
| Continuation PDU cmd.
|
|
uint16_t player_id |
| SetAddrPlayer cmd.
|
|
uint8_t volume |
| SetAbsVolume cmd.
|
|
wiced_bt_avrc_metadata_play_cmd_t play_item |
| PlayItem & AddToNowPlaying.
|
|
} | u |
| Metadata command.
|
|