From 8fc9608175571f061249605848f9ccc4a128e1b0 Mon Sep 17 00:00:00 2001 From: dianlujitao Date: Mon, 25 May 2020 11:15:11 +0800 Subject: 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 --- bt/qti-bt.mk | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3