AIROC™ BTSDK v4.2 - Documentation | ||||
AVRCP Browsable item i.e. More...
Data Fields | |
uint8_t | item_type |
AVRC_ITEM_PLAYER, AVRC_ITEM_FOLDER, or AVRC_ITEM_MEDIA. | |
uint8_t | item_length |
Total length of the AVRC item. | |
union { | |
wiced_bt_avrc_item_player_t player | |
The properties of a media player item. More... | |
wiced_bt_avrc_item_folder_t folder | |
The properties of a folder item. More... | |
wiced_bt_avrc_item_media_t media | |
The properties of a media item. More... | |
} | u |
AVRC item player/folder/media. | |
AVRCP Browsable item i.e.
Player/Folder/Media items
wiced_bt_avrc_item_folder_t folder |
The properties of a folder item.
The properties of a media item.
wiced_bt_avrc_item_player_t player |
The properties of a media player item.