summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorFrederic Danis <frederic.danis@linux.intel.com>2013-06-27 14:45:58 +0200
committerDenis Kenzior <denkenz@gmail.com>2013-06-26 10:39:11 -0500
commitd6a601f8d17968f1112da68f94c74ee69264ed76 (patch)
treed0e53d5a55576a9cc30e020257206fc7405412a5 /plugins
parent8fb70d627188ea06618d987edf3693e596198a97 (diff)
downloadofono-d6a601f8d17968f1112da68f94c74ee69264ed76.tar.bz2
hfp_hf_bluez5: Fix SDP record with correct features
Diffstat (limited to 'plugins')
-rw-r--r--plugins/hfp_hf_bluez5.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/hfp_hf_bluez5.c b/plugins/hfp_hf_bluez5.c
index 7c663b5c..40d8ce01 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;