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
This commit is contained in:
parent
a2ab82c678
commit
7d38527cf1
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue