From dcc233c7a2a36664720d320b3765cd46d667f141 Mon Sep 17 00:00:00 2001 From: Ayush Garg Date: Wed, 5 Oct 2022 08:11:45 +0530 Subject: [PATCH] fhub: modify HF supported_feature to not support Wide Band Speech Change-Id: I5c479ef7965ada7084d7bc7eeaff802dfa6e56d1 Signed-off-by: shss-choi Signed-off-by: Ayush Garg --- hf-agent/bluetooth-hf-agent.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hf-agent/bluetooth-hf-agent.c b/hf-agent/bluetooth-hf-agent.c index edc623a..2399c51 100644 --- a/hf-agent/bluetooth-hf-agent.c +++ b/hf-agent/bluetooth-hf-agent.c @@ -4037,8 +4037,7 @@ static uint32_t __bt_hf_agent_get_hf_features(void) if (TIZEN_MODEL_NAME_FHUB) hf_features = BT_HF_FEATURE_CLI_PRESENTATION | - BT_HF_FEATURE_REMOTE_VOLUME_CONTROL | - BT_HF_FEATURE_ENHANCED_CALL_STATUS; + BT_HF_FEATURE_REMOTE_VOLUME_CONTROL; else { hf_features = BT_HF_FEATURE_EC_ANDOR_NR | BT_HF_FEATURE_CALL_WAITING_AND_3WAY | -- 2.7.4