From 7d38527cf183034eef0cd490987fda187e5e4d58 Mon Sep 17 00:00:00 2001 From: dianlujitao Date: Mon, 25 May 2020 11:15:11 +0800 Subject: [PATCH] bt: Disable BT 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: Ia53a378c74c9cd5ec0d881026b2067aa4d638fcb --- system/bt/qti-bt.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/system/bt/qti-bt.mk b/system/bt/qti-bt.mk index 47c3df14..895c65e1 100644 --- a/system/bt/qti-bt.mk +++ b/system/bt/qti-bt.mk @@ -21,6 +21,7 @@ endif # 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