Return-Path: From: Gowtham Anandha Babu To: linux-bluetooth@vger.kernel.org Cc: d.kasatkin@samsung.com, bharat.panda@samsung.com, cpgs@samsung.com, Gowtham Anandha Babu Subject: [PATCH] src/profile: Add feature bits to MAS SDP record Date: Thu, 16 Oct 2014 15:31:24 +0530 Message-id: <1413453684-16326-1-git-send-email-gowtham.ab@samsung.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Add MAP supported features bits to MAS SDP record. Fix the PTS 5.3 test-cases: TC_MSE_MFB_BV_02_I TC_MSE_MFB_BV_05_I --- src/profile.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/profile.c b/src/profile.c index 7aca3be..bccb145 100644 --- a/src/profile.c +++ b/src/profile.c @@ -439,6 +439,9 @@ \ \ \ + \ + \ + \ " #define MNS_RECORD \ -- 1.9.1