Google moved all these into sysprops except for "profile_supported_hdp"
which is obsolete since Android 8.0.
This effectivelly disables Hands-Free Profile (HFP) Audio Gateway role,
Object Push Profile (OPP) and Phonebook Access Profile (PBAP) server
role.
Change-Id: I6f96862611b7f21b30157188e6373984561342aa
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2021 The LineageOS Project
+<!-- Copyright (C) 2021-2023 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<bool name="enable_phone_policy">false</bool>
<bool name="pbap_include_photos_in_vcard">false</bool>
- <bool name="profile_supported_hdp">false</bool>
- <bool name="profile_supported_hs_hfp">false</bool>
- <bool name="profile_supported_opp">false</bool>
- <bool name="profile_supported_pbap">false</bool>
</resources>
#
-# Copyright (C) 2021 The LineageOS Project
+# Copyright (C) 2021-2023 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
## Bluetooth
bluetooth.device.default_name=Radxa Zero
+bluetooth.profile.hfp.ag.enabled=false
+bluetooth.profile.opp.enabled=false
+bluetooth.profile.pbap.server.enabled=false
# Dolby
ro.vendor.platform.support.dolbyvision=false