Linux bluetooth development
 help / color / mirror / Atom feed
From: Johan Hedberg <johan.hedberg@gmail.com>
To: Lucas De Marchi <lucas.demarchi@profusion.mobi>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH v4 00/22] Implement AVRCP 1.3 for TG role
Date: Fri, 12 Aug 2011 11:34:22 +0300	[thread overview]
Message-ID: <20110812083422.GD19448@dell> (raw)
In-Reply-To: <1313078013-19103-1-git-send-email-lucas.demarchi@profusion.mobi>

Hi Lucas,

On Thu, Aug 11, 2011, Lucas De Marchi wrote:
> 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

All patches have been applied. Thanks.

Additionally applied an extra cleanup patch on top of them for some
coding style issues. Please take a look that e.g. the avctp_send_event
change is correct.

Johan

  parent reply	other threads:[~2011-08-12  8:34 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Johan Hedberg [this message]
2011-08-12 15:10   ` [PATCH v4 00/22] Implement AVRCP 1.3 for TG role Lucas De Marchi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110812083422.GD19448@dell \
    --to=johan.hedberg@gmail.com \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=lucas.demarchi@profusion.mobi \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox