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:
parent
d653791dd6
commit
df5cec3e17
1 changed files with 5 additions and 5 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue