From: Ayush Garg Date: Wed, 5 Oct 2022 02:41:45 +0000 (+0530) Subject: fhub: modify HF supported_feature to not support Wide Band Speech X-Git-Tag: accepted/tizen/7.0/unified/hotfix/20221116.105137^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_7.0_unified_hotfix;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-agent.git fhub: modify HF supported_feature to not support Wide Band Speech Change-Id: I5c479ef7965ada7084d7bc7eeaff802dfa6e56d1 Signed-off-by: shss-choi Signed-off-by: Ayush Garg --- 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 |