From ceb5157b9ad8e4c7b46c2db0cb20601d47118619 Mon Sep 17 00:00:00 2001 From: Gowtham Anandha Babu Date: Mon, 20 Oct 2014 20:34:28 +0530 Subject: [PATCH] src/profile: Add feature bits to MAS SDP record Add MAP supported features bits to MAS SDP record as per the MAP 1.2 specs section 7.1.1. 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 7aca3beef..bccb145fb 100644 --- a/src/profile.c +++ b/src/profile.c @@ -439,6 +439,9 @@ \ \ \ + \ + \ + \ " #define MNS_RECORD \ -- 2.47.3