From: Frederic Danis <frederic.danis@linux.intel.com>
To: ofono@ofono.org
Subject: [PATCH 2/2] hfp_hf_bluez5: Fix SDP record with correct features
Date: Thu, 27 Jun 2013 14:45:58 +0200 [thread overview]
Message-ID: <1372337158-20173-2-git-send-email-frederic.danis@linux.intel.com> (raw)
In-Reply-To: <1372337158-20173-1-git-send-email-frederic.danis@linux.intel.com>
[-- Attachment #1: Type: text/plain, Size: 628 bytes --]
---
plugins/hfp_hf_bluez5.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/plugins/hfp_hf_bluez5.c b/plugins/hfp_hf_bluez5.c
index 7c663b5..40d8ce0 100644
--- a/plugins/hfp_hf_bluez5.c
+++ b/plugins/hfp_hf_bluez5.c
@@ -636,7 +636,8 @@ static const GDBusMethodTable profile_methods[] = {
static void connect_handler(DBusConnection *conn, void *user_data)
{
- uint16_t features = HFP_SDP_HF_FEATURE_3WAY |
+ uint16_t features = HFP_SDP_HF_FEATURE_ECNR |
+ HFP_SDP_HF_FEATURE_3WAY |
HFP_SDP_HF_FEATURE_CLIP |
HFP_SDP_HF_FEATURE_REMOTE_VOLUME_CONTROL;
--
1.7.9.5
prev parent reply other threads:[~2013-06-27 12:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-27 12:45 [PATCH 1/2] hfpmodem: Fix ECNR HF feature Frederic Danis
2013-06-26 15:40 ` Denis Kenzior
2013-06-27 12:45 ` Frederic Danis [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=1372337158-20173-2-git-send-email-frederic.danis@linux.intel.com \
--to=frederic.danis@linux.intel.com \
--cc=ofono@ofono.org \
/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