Dear StoneStreet:
we used the A2DP sample code to handle A2DP and AVRCP related function.but we want to have more function about AVRCP control.
i want to know which the AVRCP version is. version1.3 or version1.4?
AVRCP has several versions with significantly increasing functionality:
- 1.0—Basic remote control commands (play/pause/stop, etc.)
- 1.3—all of 1.0 plus metadata and media-player state support
- The status of the music source (playing, stopped, etc.)
- Metadata information on the track itself (artist, track name, etc.).
- 1.4—all of 1.0, 1.3, plus media browsing capabilities for multiple media players
- Browsing and manipulation of multiple players
- Browsing of media metadata per media player, including a "Now Playing" list
- Basic search capabilities
we want to get the mp3 track or name information from target (handset).
i found the fuction named AVRCP_Format_Pass_Through_Command can send the request to target(handset).
but how to use the function or any way to get the metadata information on the track?
if possible , can you get the sample code to show how to do ?
thanks.