avrcp: Fix error creating media items
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 5 Dec 2018 12:17:02 +0000 (09:17 -0300)
committerhimanshu <h.himanshu@samsung.com>
Wed, 22 Jan 2020 07:17:37 +0000 (12:47 +0530)
commitb0ecda91aea9ba54f4a3aedb2e734d01bda5f253
tree6dd899aa778764dab0ab81d7e5a8053bbbbc98c4
parenta97982a4de4052e78fe19dd98be79fcbcaefc858
avrcp: Fix error creating media items

Don't use item name in the object path since it would need to be
properly escaped if the remote stack uses UID 0 even though it is
invalid to have 0 as UID:

AVRCP 1.6.1, page 84:

  'The value of UID=0x0 is a special value used only to request
   the metadata for the currently playing media using the
   GetElementAttributes command and shall not be used for any item
   in a folder.'

Change-Id: Id31a0ed0ebab207b5552466a051f1b9161d7b76b
Signed-off-by: himanshu <h.himanshu@samsung.com>
profiles/audio/player.c