Bluetooth Host Stack Library
All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
wiced_bt_avrc_item_media_t Struct Reference

Description

media element

Data Fields

wiced_bt_avrc_uid_t uid
 The uid of this media element item.
 
uint8_t type
 Use AVRC_MEDIA_TYPE_AUDIO or AVRC_MEDIA_TYPE_VIDEO. More...
 
wiced_bt_avrc_full_name_t name
 The media name, name length and character set id. More...
 
uint8_t attr_count
 The number of attributes in p_attr_list.
 
uint8_t attr_list_len
 Total length of the attribute_list.
 
uint8_t * p_attr_list
 Attribute entry list of type wiced_bt_avrc_attr_entry_t.
 

Field Documentation

◆ type

uint8_t wiced_bt_avrc_item_media_t::type

Use AVRC_MEDIA_TYPE_AUDIO or AVRC_MEDIA_TYPE_VIDEO.

◆ name

wiced_bt_avrc_full_name_t wiced_bt_avrc_item_media_t::name

The media name, name length and character set id.