Skip to content

Commit

Permalink
Update the Bluetooth SAR table for extra states
Browse files Browse the repository at this point in the history
Since extra test conditions are added, it needs to update the Bluetooth
SAR table to pass the certification test.

*Body mode
1. BT Standalone.-> Max tune up BT power = 18dBm
2. BT on + WWAN on + WLAN off.-> Max tune up BT power = 18dBm
3. BT on + WWAN off + WLAN on.-> Max tune up BT power = 18dBm
4. BT on + WWAN on + WLAN on.-> Max tune up BT power = 15.5dBm

Bug: 150838961
Test: Manual
Change-Id: Ic1df9666aaa7a45fdc0f1feb29d4330021fa7e70
  • Loading branch information
Ray Kuo committed Mar 12, 2020
1 parent f0d104d commit a8df7dc
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions bluetooth_power_limits_sunfish.csv
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
Head,WIFI5Ghz,HotspotVoice,BTMedia,Cell,IMU,BluetoothPower
0,0,0,0,0,1,54
0,0,0,0,1,1,54
0,0,0,1,0,1,54
0,0,0,1,1,1,54
0,0,1,0,0,1,54
0,0,1,0,1,1,54
0,0,1,1,0,1,54
0,0,1,1,1,1,54
0,1,0,0,0,1,54
0,0,0,0,0,1,64
0,0,0,0,1,1,64
0,0,0,1,0,1,64
0,0,0,1,1,1,64
0,0,1,0,0,1,64
0,0,1,0,1,1,64
0,0,1,1,0,1,64
0,0,1,1,1,1,64
0,1,0,0,0,1,64
0,1,0,0,1,1,54
0,1,0,1,0,1,54
0,1,0,1,0,1,64
0,1,0,1,1,1,54
0,1,1,0,0,1,54
0,1,1,0,0,1,64
0,1,1,0,1,1,54
0,1,1,1,0,1,54
0,1,1,1,0,1,64
0,1,1,1,1,1,54
1,0,0,0,0,-1,38
1,0,0,0,1,-1,38
Expand Down

0 comments on commit a8df7dc

Please sign in to comment.