Bluetooth: CT3 SAR table for Proto pre-DF

Bug: 311086416
Test: make
Change-Id: I153ced06d2780dc66c55e0afa772f4362ba884fb
This commit is contained in:
Ted Wang 2023-11-15 03:29:09 +00:00
parent 8f086f9019
commit 242cb038c1
3 changed files with 147 additions and 0 deletions

View file

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