fhub: modify HF supported_feature to not support Wide Band Speech
[platform/core/connectivity/bluetooth-agent.git] / 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 |