summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBharat Panda <bharat.panda@samsung.com>2015-08-28 20:02:31 +0530
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-08-31 14:03:43 +0300
commiteac1f5d9356684f5ce2a61dd236372606425a231 (patch)
treef40eb0698986d56b33543f2940918673b59ef334 /test
parent24e8a284302468657d73d63179017e2b389760dd (diff)
downloadbluez-eac1f5d9356684f5ce2a61dd236372606425a231.tar.gz
audio/avrcp: Add player name support
Add support to player name mapping it to Identity property from MPRIS.
Diffstat (limited to 'test')
-rwxr-xr-xtest/simple-player1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/simple-player b/test/simple-player
index a8ae0b1cd..02754c2f4 100755
--- a/test/simple-player
+++ b/test/simple-player
@@ -43,6 +43,7 @@ class Player(dbus.service.Object):
self.properties = dbus.Dictionary({
"PlaybackStatus" : "playing",
+ "Identity" : "SimplePlayer",
"LoopStatus" : "None",
"Rate" : dbus.Double(1.0),
"Shuffle" : dbus.Boolean(False),