Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c3b84918 authored by Matthew Xie's avatar Matthew Xie
Browse files

Add wide band speech feature flag

Add a boolean flag resource to indicate if current platform supports
bluetooth wide band speech.
This is part of Handsfree 1.6 new feature change.
Bug 4449070

Change-Id: Iee5e969d030108382dd2fa6568ce3d80c6b611d6
parent 41701ac5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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>