pub const MAX_NOW_PLAYING_ITEMS: u16 = 16;
Expand description
The maximum number of MediaPlayerItems that can be returned from a call to
GetFileSystemItems.
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.