Bluetooth: Enable AAC VBR by default am: d116a1212c
Original change: https://googleplex-android-review.googlesource.com/c/device/google/lynx/+/18919452 Change-Id: Ie248cbc2eff054b654b32e5494435c8ccb171f9f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
5ea43483c6
1 changed files with 7 additions and 6 deletions
|
@ -14,6 +14,13 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
|
||||
# Bluetooth Services sysprop for A2DP AAC VBR and A2DP offloading
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
persist.bluetooth.a2dp_aac.vbr_supported=true \
|
||||
ro.bluetooth.a2dp_offload.supported=true \
|
||||
persist.bluetooth.a2dp_offload.disabled=true \
|
||||
persist.bluetooth.a2dp_offload.cap=sbc-aac-aptx-aptxhd-ldac
|
||||
|
||||
# Bluetooth HAL and Pixel extension
|
||||
DEVICE_MANIFEST_FILE += \
|
||||
device/google/lynx/bluetooth/manifest_bluetooth.xml
|
||||
|
@ -59,12 +66,6 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
ro.vendor.bluetooth.emb_wp_mode=false \
|
||||
ro.vendor.bluetooth.wipower=false
|
||||
|
||||
# Bluetooth A2DP offloading
|
||||
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
|
||||
|
||||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
persist.vendor.service.bdroid.soclog=true \
|
||||
|
|
Loading…
Reference in a new issue