BT audio: gs201: set A2DP offloading default OFF

Support the A2DP offloading feature, and default OFF. So, we can
switch to ON manually without compiling.

Bug: 194607800
Test: manually
Change-Id: Ibe5f799d757344df8a3106e904ab65f74826ac96
This commit is contained in:
weichinweng 2021-08-20 01:22:09 +08:00 committed by Weichin Weng
parent d653791dd6
commit df5cec3e17

View file

@ -15,11 +15,11 @@
include device/google/gs201/device-common.mk
#PRODUCT_PROPERTY_OVERRIDES += \
# ro.bluetooth.a2dp_offload.supported=true \
# persist.bluetooth.a2dp_offload.disabled=false \
# persist.bluetooth.a2dp_offload.cap=sbc-aac-aptx-aptxhd-ldac
#
PRODUCT_PROPERTY_OVERRIDES += \
ro.bluetooth.a2dp_offload.supported=true \
persist.bluetooth.a2dp_offload.disabled=true \
persist.bluetooth.a2dp_offload.cap=sbc-aac-aptx-aptxhd-ldac
# SecureElement
#PRODUCT_PACKAGES += \
# android.hardware.secure_element@1.2-service-gto \