mirror of
https://github.com/Evolution-X-Devices/device_google_redfin
synced 2026-02-01 05:34:34 +00:00
Add the Bluetooth SAR table for US
This Bluetooth SAR table is tuned by the Antenna and RF teams and is used for the certification test. Bug: 156994868 Test: Manual Change-Id: Ied2ac2185ffb62c468327e48339f070f5bf2c51d
This commit is contained in:
66
bluetooth_power_limits_redfin_us.csv
Normal file
66
bluetooth_power_limits_redfin_us.csv
Normal file
@@ -0,0 +1,66 @@
|
||||
Head,BTHotspot,WIFI5Ghz,HotspotVoice,BTMedia,Cell,IMU,BluetoothBDRPower,BluetoothEDRPower,BluetoothLEPower
|
||||
0,0,0,0,0,0,1,74,75,74
|
||||
0,0,0,0,0,1,1,74,75,74
|
||||
0,0,0,0,1,0,1,74,75,74
|
||||
0,0,0,0,1,1,1,74,75,74
|
||||
0,0,0,1,0,0,1,64,65,64
|
||||
0,0,0,1,0,1,1,64,65,64
|
||||
0,0,0,1,1,0,1,64,65,64
|
||||
0,0,0,1,1,1,1,64,65,64
|
||||
0,0,1,0,0,0,1,74,75,74
|
||||
0,0,1,0,0,1,1,74,75,74
|
||||
0,0,1,0,1,0,1,74,75,74
|
||||
0,0,1,0,1,1,1,74,75,74
|
||||
0,0,1,1,0,0,1,64,65,64
|
||||
0,0,1,1,0,1,1,64,65,64
|
||||
0,0,1,1,1,0,1,64,65,64
|
||||
0,0,1,1,1,1,1,64,65,64
|
||||
0,1,0,0,0,0,1,64,65,64
|
||||
0,1,0,0,0,1,1,64,65,64
|
||||
0,1,0,0,1,0,1,64,65,64
|
||||
0,1,0,0,1,1,1,64,65,64
|
||||
0,1,0,1,0,0,1,64,65,64
|
||||
0,1,0,1,0,1,1,64,65,64
|
||||
0,1,0,1,1,0,1,64,65,64
|
||||
0,1,0,1,1,1,1,64,65,64
|
||||
0,1,1,0,0,0,1,64,65,64
|
||||
0,1,1,0,0,1,1,64,65,64
|
||||
0,1,1,0,1,0,1,64,65,64
|
||||
0,1,1,0,1,1,1,64,65,64
|
||||
0,1,1,1,0,0,1,64,65,64
|
||||
0,1,1,1,0,1,1,64,65,64
|
||||
0,1,1,1,1,0,1,64,65,64
|
||||
0,1,1,1,1,1,1,64,65,64
|
||||
1,0,0,0,0,0,-1,44,45,44
|
||||
1,0,0,0,0,1,-1,44,45,44
|
||||
1,0,0,0,1,0,-1,44,45,44
|
||||
1,0,0,0,1,1,-1,44,45,44
|
||||
1,0,0,1,0,0,-1,44,45,44
|
||||
1,0,0,1,0,1,-1,44,45,44
|
||||
1,0,0,1,1,0,-1,44,45,44
|
||||
1,0,0,1,1,1,-1,44,45,44
|
||||
1,0,1,0,0,0,-1,44,45,44
|
||||
1,0,1,0,0,1,-1,44,45,44
|
||||
1,0,1,0,1,0,-1,44,45,44
|
||||
1,0,1,0,1,1,-1,44,45,44
|
||||
1,0,1,1,0,0,-1,44,45,44
|
||||
1,0,1,1,0,1,-1,44,45,44
|
||||
1,0,1,1,1,0,-1,44,45,44
|
||||
1,0,1,1,1,1,-1,44,45,44
|
||||
1,1,0,0,0,0,-1,44,45,44
|
||||
1,1,0,0,0,1,-1,44,45,44
|
||||
1,1,0,0,1,0,-1,44,45,44
|
||||
1,1,0,0,1,1,-1,44,45,44
|
||||
1,1,0,1,0,0,-1,44,45,44
|
||||
1,1,0,1,0,1,-1,44,45,44
|
||||
1,1,0,1,1,0,-1,44,45,44
|
||||
1,1,0,1,1,1,-1,44,45,44
|
||||
1,1,1,0,0,0,-1,44,45,44
|
||||
1,1,1,0,0,1,-1,44,45,44
|
||||
1,1,1,0,1,0,-1,44,45,44
|
||||
1,1,1,0,1,1,-1,44,45,44
|
||||
1,1,1,1,0,0,-1,44,45,44
|
||||
1,1,1,1,0,1,-1,44,45,44
|
||||
1,1,1,1,1,0,-1,44,45,44
|
||||
1,1,1,1,1,1,-1,44,45,44
|
||||
0,-1,-1,-1,-1,-1,0,74,75,74
|
||||
|
@@ -204,3 +204,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||
|
||||
# Keyboard height ratio
|
||||
PRODUCT_PRODUCT_PROPERTIES += ro.com.google.ime.height_ratio=1.2
|
||||
|
||||
# Bluetooth Tx power caps for redfin
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/bluetooth_power_limits_redfin_us.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits_GD1YQ.csv
|
||||
|
||||
Reference in New Issue
Block a user