Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH 1/2] android/bluetooth: Fix Supported feature bitmask for MPMD scenarios
@ 2014-10-20 13:33 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 ` [PATCH 1/2] android/bluetooth: Fix Supported feature bitmask for MPMD scenarios Szymon Janc
  0 siblings, 2 replies; 3+ messages in thread
From: Marcin Kraglak @ 2014-10-20 13:33 UTC (permalink / raw)
  To: linux-bluetooth

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
-- 
1.9.3


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

end of thread, other threads:[~2014-10-21  9:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH 1/2] android/bluetooth: Fix Supported feature bitmask for MPMD scenarios Szymon Janc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox