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

Description

AVRCP player item.

Data Fields

uint16_t player_id
 A unique identifier for this media player. More...
 
uint8_t major_type
 Use AVRC_PLAYER_MAJOR_TYPE_AUDIO, AVRC_PLAYER_MAJOR_TYPE_VIDEO, AVRC_PLAYER_MAJOR_TYPE_BC_AUDIO, or AVRC_PLAYER_MAJOR_TYPE_BC_VIDEO. More...
 
uint32_t sub_type
 Use AVRC_PLAYER_SUB_TYPE_NONE, AVRC_PLAYER_SUB_TYPE_AUDIO_BOOK, or AVRC_PLAYER_SUB_TYPE_PODCAST.
 
uint8_t play_status
 Use AVRC_PLAYSTATE_STOPPED, AVRC_PLAYSTATE_PLAYING, AVRC_PLAYSTATE_PAUSED, AVRC_PLAYSTATE_FWD_SEEK, AVRC_PLAYSTATE_REV_SEEK, or AVRC_PLAYSTATE_ERROR.
 
wiced_bt_avrc_feature_mask_t features
 Supported feature bit mask.
 
wiced_bt_avrc_full_name_t name
 The player name, name length and character set id. More...
 

Field Documentation

◆ player_id

uint16_t wiced_bt_avrc_item_player_t::player_id

A unique identifier for this media player.

◆ major_type

uint8_t wiced_bt_avrc_item_player_t::major_type

Use AVRC_PLAYER_MAJOR_TYPE_AUDIO, AVRC_PLAYER_MAJOR_TYPE_VIDEO, AVRC_PLAYER_MAJOR_TYPE_BC_AUDIO, or AVRC_PLAYER_MAJOR_TYPE_BC_VIDEO.

◆ name

wiced_bt_avrc_full_name_t wiced_bt_avrc_item_player_t::name

The player name, name length and character set id.