diff options
-rw-r--r-- | overlay/qva/vendor/qcom/opensource/commonsys/packages/apps/Bluetooth/res/values/config.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/overlay/qva/vendor/qcom/opensource/commonsys/packages/apps/Bluetooth/res/values/config.xml b/overlay/qva/vendor/qcom/opensource/commonsys/packages/apps/Bluetooth/res/values/config.xml index 8d814a4..3a1852e 100644 --- a/overlay/qva/vendor/qcom/opensource/commonsys/packages/apps/Bluetooth/res/values/config.xml +++ b/overlay/qva/vendor/qcom/opensource/commonsys/packages/apps/Bluetooth/res/values/config.xml @@ -30,10 +30,12 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <resources> - <bool name="profile_supported_hfpclient">false</bool> + <bool name="profile_supported_hfpclient">true</bool> <bool name="profile_supported_avrcp_controller">true</bool> <bool name="profile_supported_a2dp_sink">true</bool> <bool name="profile_supported_sap">true</bool> <bool name="profile_supported_ba">true</bool> <bool name="profile_supported_avrcp_target">false</bool> + <bool name="profile_supported_mapmce">true</bool> + <bool name="profile_supported_pbapclient">true</bool> </resources> |