fhub: modify HF supported_feature to not support Wide Band Speech 19/282519/1 accepted/tizen_7.0_unified_hotfix tizen_7.0_hotfix accepted/tizen/7.0/unified/hotfix/20221116.105137 accepted/tizen/unified/20221006.065313 accepted/tizen/unified/20221006.065351 tizen_7.0_m2_release
authorAyush Garg <ayush.garg@samsung.com>
Wed, 5 Oct 2022 02:41:45 +0000 (08:11 +0530)
committerAyush Garg <ayush.garg@samsung.com>
Wed, 5 Oct 2022 02:41:45 +0000 (08:11 +0530)
Change-Id: I5c479ef7965ada7084d7bc7eeaff802dfa6e56d1
Signed-off-by: shss-choi <shss.choi@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
hf-agent/bluetooth-hf-agent.c

index edc623a..2399c51 100644 (file)
@@ -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 |