linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BlueZ 1/3 v2] AVRCP: Add define for VolumeChanged event
@ 2012-05-18 16:11 Luiz Augusto von Dentz
  2012-05-18 16:11 ` [PATCH BlueZ 2/3 v2] AVRCP: Subscribe for VolumeChanged Notification Luiz Augusto von Dentz
  2012-05-18 16:11 ` [PATCH BlueZ 3/3 v2] AVRCP: Bump TG record to 1.4 Luiz Augusto von Dentz
  0 siblings, 2 replies; 5+ messages in thread
From: Luiz Augusto von Dentz @ 2012-05-18 16:11 UTC (permalink / raw)
  To: linux-bluetooth

From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

---
 audio/avrcp.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/audio/avrcp.h b/audio/avrcp.h
index 8a09546..9aef081 100644
--- a/audio/avrcp.h
+++ b/audio/avrcp.h
@@ -73,7 +73,8 @@
 #define AVRCP_EVENT_TRACK_CHANGED	0x02
 #define AVRCP_EVENT_TRACK_REACHED_END	0x03
 #define AVRCP_EVENT_TRACK_REACHED_START	0x04
-#define AVRCP_EVENT_LAST		AVRCP_EVENT_TRACK_REACHED_START
+#define AVRCP_EVENT_VOLUME_CHANGED	0x0d
+#define AVRCP_EVENT_LAST		AVRCP_EVENT_VOLUME_CHANGED
 
 struct avrcp_player_cb {
 	int (*get_setting) (uint8_t attr, void *user_data);
-- 
1.7.7.6


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

end of thread, other threads:[~2012-05-18 17:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-18 16:11 [PATCH BlueZ 1/3 v2] AVRCP: Add define for VolumeChanged event Luiz Augusto von Dentz
2012-05-18 16:11 ` [PATCH BlueZ 2/3 v2] AVRCP: Subscribe for VolumeChanged Notification Luiz Augusto von Dentz
2012-05-18 16:27   ` Johan Hedberg
2012-05-18 17:50     ` Johan Hedberg
2012-05-18 16:11 ` [PATCH BlueZ 3/3 v2] AVRCP: Bump TG record to 1.4 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;
as well as URLs for NNTP newsgroup(s).