diff options
author | alk3pInjection <webmaster@raspii.tech> | 2024-05-18 18:53:48 +0800 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2024-05-18 18:53:48 +0800 |
commit | 1c4a425c17d0628d89a5787bec45eed599b458fb (patch) | |
tree | 05e4d7095375115fce07ae599287002be28e4e52 | |
parent | 150940acef36a548928b5c4a9c4155f10e5cfb1e (diff) | |
parent | 0ee0bf20a94efaec54b781829e47fdba6bd10f16 (diff) |
Merge tag 'LA.QSSI.14.0.r1-14900-qssi.0' into uminekoumineko
LA.QSSI.14.0.r1-14900-qssi.0
Change-Id: Ie10b4c468cfe4defef9127fb061c6435d51f0245
-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> |