summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordianlujitao <dianlujitao@lineageos.org>2020-05-25 11:15:11 +0800
committeralk3pInjection <webmaster@raspii.tech>2022-08-30 19:24:00 +0800
commit8fc9608175571f061249605848f9ccc4a128e1b0 (patch)
tree7b62cdabde4d346ab7ffec6989758aa31ecf4a69
parent7a153be09215c5ed0b23013c781ebcd8c293b007 (diff)
common: bt: Disable a2dp aac whitelist
* Results in some supposedly AAC compatible devices like the Samsung Galaxy Buds Live not having it as an option despite being a supported codec of the device. Change-Id: Ie971c6f33f5cf125a43394e1abd406ac93701712
-rw-r--r--bt/qti-bt.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/bt/qti-bt.mk b/bt/qti-bt.mk
index 65adc65..a9eeeec 100644
--- a/bt/qti-bt.mk
+++ b/bt/qti-bt.mk
@@ -26,5 +26,6 @@ PRODUCT_COPY_FILES += \
# Properties
ifneq ($(TARGET_USE_QTI_BT_STACK),false)
PRODUCT_SYSTEM_EXT_PROPERTIES += \
+ persist.vendor.bt.a2dp.aac_whitelist=false \
ro.bluetooth.library_name=libbluetooth_qti.so
endif