linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 00/22] Implement AVRCP 1.3 for TG role
@ 2011-08-11 15:53 Lucas De Marchi
  2011-08-11 15:53 ` [PATCH v4 01/22] audio: move interface declarations to their headers Lucas De Marchi
                   ` (22 more replies)
  0 siblings, 23 replies; 26+ messages in thread
From: Lucas De Marchi @ 2011-08-11 15:53 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Lucas De Marchi

Change from previous version:

- MediaPlayer interface is created only if remote device is the controller (and
  thus we are TG) as suggested by Luiz.

Lucas De Marchi (22):
  audio: move interface declarations to their headers
  avrcp: add skeleton of MediaPlayer interface
  avrcp: implement SetProperty() method of MediaPlayer
  avrcp: implement ChangePlayback() method
  avrcp: implement ChangeTrack() method
  avrcp: handle query for company ids
  avrcp: handle ListPlayerApplicationSettingAttributes pdu
  avrcp: handle ListPlayerApplicationSettingValues pdu
  avrcp: handle GetCurrentPlayerAplicationSettingValue pdu
  avrcp: handle SetPlayerApplicationSettingValue pdu
  avrcp: handle commands for future extension
  avrcp: handle InformDisplayableCharacterSet pdu
  avrcp: handle InformBatteryStatusOfCT pdu
  avrcp: handle GetPlayStatus pdu
  avrcp: handle RegisterNotification pdu
  avrcp: handle query for supported events
  avrcp: handle GetElementAttributes pdu
  avrcp: send response for registered events
  avrcp: change TG record to use version 1.3
  avrcp: update copyright
  Add script to test MediaPlayer interface
  Update Control documentation

 audio/control.c        | 1417 +++++++++++++++++++++++++++++++++++++++++++++++-
 audio/control.h        |    7 +-
 audio/device.h         |    4 -
 audio/manager.c        |   14 +-
 audio/manager.h        |    1 +
 audio/unix.c           |    1 +
 doc/control-api.txt    |   94 ++--
 test/test-media-player |  108 ++++
 8 files changed, 1580 insertions(+), 66 deletions(-)
 create mode 100755 test/test-media-player

-- 
1.7.6


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

end of thread, other threads:[~2011-08-12 15:10 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-11 15:53 [PATCH v4 00/22] Implement AVRCP 1.3 for TG role Lucas De Marchi
2011-08-11 15:53 ` [PATCH v4 01/22] audio: move interface declarations to their headers Lucas De Marchi
2011-08-11 15:53 ` [PATCH v4 02/22] avrcp: add skeleton of MediaPlayer interface Lucas De Marchi
2011-08-11 15:53 ` [PATCH v4 03/22] avrcp: implement SetProperty() method of MediaPlayer Lucas De Marchi
2011-08-11 15:53 ` [PATCH v4 04/22] avrcp: implement ChangePlayback() method Lucas De Marchi
2011-08-11 15:53 ` [PATCH v4 05/22] avrcp: implement ChangeTrack() method Lucas De Marchi
2011-08-11 15:53 ` [PATCH v4 06/22] avrcp: handle query for company ids Lucas De Marchi
2011-08-11 15:53 ` [PATCH v4 07/22] avrcp: handle ListPlayerApplicationSettingAttributes pdu Lucas De Marchi
2011-08-11 15:53 ` [PATCH v4 08/22] avrcp: handle ListPlayerApplicationSettingValues pdu Lucas De Marchi
2011-08-11 15:53 ` [PATCH v4 09/22] avrcp: handle GetCurrentPlayerAplicationSettingValue pdu Lucas De Marchi
2011-08-11 15:53 ` [PATCH v4 10/22] avrcp: handle SetPlayerApplicationSettingValue pdu Lucas De Marchi
2011-08-11 15:53 ` [PATCH v4 11/22] avrcp: handle commands for future extension Lucas De Marchi
2011-08-11 15:53 ` [PATCH v4 12/22] avrcp: handle InformDisplayableCharacterSet pdu Lucas De Marchi
2011-08-11 15:53 ` [PATCH v4 13/22] avrcp: handle InformBatteryStatusOfCT pdu Lucas De Marchi
2011-08-11 15:53 ` [PATCH v4 14/22] avrcp: handle GetPlayStatus pdu Lucas De Marchi
2011-08-11 15:53 ` [PATCH v4 15/22] avrcp: handle RegisterNotification pdu Lucas De Marchi
2011-08-11 15:53 ` [PATCH v4 16/22] avrcp: handle query for supported events Lucas De Marchi
2011-08-11 15:53 ` [PATCH v4 17/22] avrcp: handle GetElementAttributes pdu Lucas De Marchi
2011-08-11 15:53 ` [PATCH v4 18/22] avrcp: send response for registered events Lucas De Marchi
2011-08-11 21:22   ` Luiz Augusto von Dentz
2011-08-11 15:53 ` [PATCH v4 19/22] avrcp: change TG record to use version 1.3 Lucas De Marchi
2011-08-11 15:53 ` [PATCH v4 20/22] avrcp: update copyright Lucas De Marchi
2011-08-11 15:53 ` [PATCH v4 21/22] Add script to test MediaPlayer interface Lucas De Marchi
2011-08-11 15:53 ` [PATCH v4 22/22] Update Control documentation Lucas De Marchi
2011-08-12  8:34 ` [PATCH v4 00/22] Implement AVRCP 1.3 for TG role Johan Hedberg
2011-08-12 15:10   ` Lucas De Marchi

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).