Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH  1/2] test: Add sample media player properties
@ 2015-08-20  9:03 Bharat Panda
  2015-08-20  9:03 ` [PATCH 2/2] audio/avrcp: Set Media Player Properties Bharat Panda
  2015-08-20 12:48 ` [PATCH 1/2] test: Add sample media player properties Luiz Augusto von Dentz
  0 siblings, 2 replies; 6+ messages in thread
From: Bharat Panda @ 2015-08-20  9:03 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: cpgs, Bharat Panda

Polulates media player properties with player name, type,
sub-type and features with sample values.
---
 test/simple-player | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/test/simple-player b/test/simple-player
index a8ae0b1..a89767a 100755
--- a/test/simple-player
+++ b/test/simple-player
@@ -43,6 +43,10 @@ class Player(dbus.service.Object):
 
 			self.properties = dbus.Dictionary({
 					"PlaybackStatus" : "playing",
+					"DisplayName" : "SimplePlayer",
+					"Type" : "Audio",
+					"SubType" : "Audio Book",
+					"Features" : "0000000000b701ef0200000000000000",
 					"LoopStatus" : "None",
 					"Rate" : dbus.Double(1.0),
 					"Shuffle" : dbus.Boolean(False),
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-08-26 10:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-20  9:03 [PATCH 1/2] test: Add sample media player properties Bharat Panda
2015-08-20  9:03 ` [PATCH 2/2] audio/avrcp: Set Media Player Properties Bharat Panda
2015-08-26 10:40   ` Luiz Augusto von Dentz
2015-08-20 12:48 ` [PATCH 1/2] test: Add sample media player properties Luiz Augusto von Dentz
2015-08-20 13:01   ` Bharat Bhusan Panda
2015-08-20 13:23     ` Luiz Augusto von Dentz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox