All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 00/22] Implement AVRCP 1.3 for TG role
@ 2011-08-10 13:06 Lucas De Marchi
  2011-08-10 13:06 ` [PATCH v3 01/22] audio: move interface declarations to their headers Lucas De Marchi
                   ` (21 more replies)
  0 siblings, 22 replies; 25+ messages in thread
From: Lucas De Marchi @ 2011-08-10 13:06 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Lucas De Marchi

Changes from previous version:
- Removal of patch to use C99 instead of gcc extension
- Use of heap instead of relying on VLA to use memory from stack
- Coding style fixes
- SettingChanged signal and ChangeSetting method were renamed to
  PropertyChanged and SetProperty in order to use the common infrastructure
  already present in BlueZ.


regads,
Lucas De Marchi



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        | 1399 +++++++++++++++++++++++++++++++++++++++++++++++-
 audio/control.h        |    4 +-
 audio/device.h         |    4 -
 audio/manager.c        |   11 +-
 audio/manager.h        |    1 +
 audio/unix.c           |    1 +
 doc/control-api.txt    |   94 ++--
 test/test-media-player |  108 ++++
 8 files changed, 1562 insertions(+), 60 deletions(-)
 create mode 100755 test/test-media-player

-- 
1.7.6


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

end of thread, other threads:[~2011-08-11 11:23 UTC | newest]

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.