pub const MAX_MEDIA_PLAYER_ITEMS: u16 = 16;
Expand description
The maximum number of MediaPlayerItems that can be returned from a call to
GetMediaPlayerItems.
This value is arbitrary and is meant to limit the number of items that can be returned.
AVRCP 1.6.2, Section 6.10.4.2.2 defines the Number of Items
parameter as a uint16.