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

Description

AVRCP folder item.

Data Fields

wiced_bt_avrc_uid_t uid
 The uid of this folder.
 
uint8_t type
 Use AVRC_FOLDER_TYPE_MIXED, AVRC_FOLDER_TYPE_TITLES, AVRC_FOLDER_TYPE_ALNUMS, AVRC_FOLDER_TYPE_ARTISTS, AVRC_FOLDER_TYPE_GENRES, AVRC_FOLDER_TYPE_PLAYLISTS, or AVRC_FOLDER_TYPE_YEARS. More...
 
wiced_bool_t playable
 TRUE, if the folder can be played. More...
 
wiced_bt_avrc_full_name_t name
 The folder name, name length and character set id. More...
 

Field Documentation

◆ type

uint8_t wiced_bt_avrc_item_folder_t::type

Use AVRC_FOLDER_TYPE_MIXED, AVRC_FOLDER_TYPE_TITLES, AVRC_FOLDER_TYPE_ALNUMS, AVRC_FOLDER_TYPE_ARTISTS, AVRC_FOLDER_TYPE_GENRES, AVRC_FOLDER_TYPE_PLAYLISTS, or AVRC_FOLDER_TYPE_YEARS.

◆ playable

wiced_bool_t wiced_bt_avrc_item_folder_t::playable

TRUE, if the folder can be played.

◆ name

wiced_bt_avrc_full_name_t wiced_bt_avrc_item_folder_t::name

The folder name, name length and character set id.