Merge "Add wide band speech feature flag"
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index 4dd4ff2..af08d45 100755
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -462,6 +462,10 @@
     use cases -->
     <bool name="config_bluetooth_sco_off_call">true</bool>
 
+    <!-- Boolean indicating if current platform supports bluetooth wide band
+         speech -->
+    <bool name="config_bluetooth_wide_band_speech">true</bool>
+
     <!-- The default data-use polling period. -->
     <integer name="config_datause_polling_period_sec">600</integer>