Public Attributes#
Public Attribute Documentation#
numofitems#
uint16_t numofitems
Number of items present in that Folder
3516
of file include/rsi_bt_apis.h
itemtype#
uint8_t itemtype
Item_Type 1 - Media Player Item 2 - Folder Item 3 - Media Element Item Note
But this structure is declared for Media_Player_Item
3523
of file include/rsi_bt_apis.h
playerid#
uint16_t playerid
A unique identifier for this media player.
3529
of file include/rsi_bt_apis.h
majorplayertype#
uint8_t majorplayertype
There are currently four base types of media player BIT(0) - AUDIO_PLAYER (Eg: Mp3 Player) BIT(1) - VIDEO_PLAYER (Eg: Mpeg4 Player) BIT(2) - BROADCASTING_AUDIO (Eg: FM Radio) BIT(3) - BROADCASTING_VIDEO (Eg: DVB-H Tuner)
3536
of file include/rsi_bt_apis.h
playersubtype#
uint32_t playersubtype
There are Two defined SubTypes BIT(0) - AUDIO_BOOK BIT(1) - PODCAST
3541
of file include/rsi_bt_apis.h
playstatus#
uint8_t playstatus
Current Play Status 0 - STOPPED 1 - PLAYING 2 - PAUSED 3 - FWD_SEEK 4 - REV_SEEK FF - ERROR
3550
of file include/rsi_bt_apis.h
featurebitmask#
uint8_t featurebitmask[16]
Each Player on a TG announces its features to the CT in the PlayerFeatureBitmask
3553
of file include/rsi_bt_apis.h
charsetid#
uint16_t charsetid
Specifies the character set ID to be displayed on CT
3556
of file include/rsi_bt_apis.h
disnamelen#
uint16_t disnamelen
Length of Displayable Name. The name length shall be limited such that a response to a GetFolderItems containing one media player item fits within the maximum size of AVRCP PDU which can be received by the CT.
3561
of file include/rsi_bt_apis.h
disname#
uint8_t disname[11]
Displayable name of player
3564
of file include/rsi_bt_apis.h