Merge "Bluetooth: Add CM4/KM4/TK4 SAR table" into main

This commit is contained in:
Joner Lin 2024-01-15 12:31:53 +00:00 committed by Android (Google) Code Review
commit 0818674611
4 changed files with 48 additions and 0 deletions

View file

@ -111,6 +111,10 @@ PRODUCT_PROPERTY_OVERRIDES += \
persist.bluetooth.a2dp_offload.disabled=false \
persist.bluetooth.a2dp_offload.cap=sbc-aac-aptx-aptxhd-ldac-opus
# Bluetooth Tx power caps
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/bluetooth/bluetooth_power_limits.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits.csv
# DCK properties based on target
PRODUCT_PROPERTY_OVERRIDES += \
ro.gms.dck.eligible_wcc=3 \