Linux bluetooth development
 help / color / mirror / Atom feed
From: Szymon Janc <szymon.janc@tieto.com>
To: Marcin Kraglak <marcin.kraglak@tieto.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH 1/2] android/bluetooth: Fix Supported feature bitmask for MPMD scenarios
Date: Tue, 21 Oct 2014 11:03:50 +0200	[thread overview]
Message-ID: <5359012.3MzvoDGJvz@uw000953> (raw)
In-Reply-To: <1413812032-26631-1-git-send-email-marcin.kraglak@tieto.com>

Hi Marcin,

On Monday 20 of October 2014 15:33:51 Marcin Kraglak wrote:
> Set A2DP-SRC_AVRCP-TG instead of A2DP-SNK_AVRCP-CT_DUN-DT bit.
> It was affecting TC_SDP_CTH_SD_BV_01_I PTS test case.
> ---
>  android/bluetooth.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/android/bluetooth.c b/android/bluetooth.c
> index 827e205..03eb1a1 100644
> --- a/android/bluetooth.c
> +++ b/android/bluetooth.c
> @@ -70,7 +70,7 @@
>   */
>  #define MPS_DEFAULT_MPMD ((1ULL << 1) | (1ULL << 3) | (1ULL << 5) | \
>  				(1ULL << 6) | (1ULL << 8) | (1ULL << 10) | \
> -				(1ULL << 12) | (1ULL << 15) | (1ULL << 18))
> +				(1ULL << 12) | (1ULL << 15) | (1ULL << 17))
>  
>  /*
>   * bits in bitmask as defined in table 6.5 of Multi Profile Specification
> 

Both patches applied. Thanks.

-- 
Best regards, 
Szymon Janc

      parent reply	other threads:[~2014-10-21  9:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-20 13:33 [PATCH 1/2] android/bluetooth: Fix Supported feature bitmask for MPMD scenarios Marcin Kraglak
2014-10-20 13:33 ` [PATCH 2/2] android/pts: Update PICS, PIXIT and test results for MPS Marcin Kraglak
2014-10-21  9:03 ` Szymon Janc [this message]

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=5359012.3MzvoDGJvz@uw000953 \
    --to=szymon.janc@tieto.com \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=marcin.kraglak@tieto.com \
    /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