Expanding WiFi SAR scenarios for CAP sensor
Add more scenarios for CAP sensor enabled case Bug: 307167824 Test: New scenarios can be set properly Change-Id: I80a91108b650adbe4ff4c0a7986acbe8b193cf77
This commit is contained in:
parent
200853ada5
commit
7b7f24071c
1 changed files with 4 additions and 0 deletions
|
@ -103,6 +103,10 @@ typedef enum {
|
|||
WIFI_POWER_SCENARIO_ON_BODY_HOTSPOT_MMW_UNFOLDED = 23,
|
||||
WIFI_POWER_SCENARIO_ON_BODY_HOTSPOT_BT_MMW_UNFOLDED = 24,
|
||||
WIFI_POWER_SCENARIO_ON_BODY_REAR_CAMERA = 25,
|
||||
WIFI_POWER_SCENARIO_ON_BODY_CELL_OFF_UNFOLDED_CAP = 26,
|
||||
WIFI_POWER_SCENARIO_ON_BODY_BT_UNFOLDED_CAP = 27,
|
||||
WIFI_POWER_SCENARIO_ON_BODY_CELL_ON_UNFOLDED_CAP = 28,
|
||||
WIFI_POWER_SCENARIO_ON_BODY_CELL_ON_BT_UNFOLDED_CAP = 29,
|
||||
} wifi_power_scenario;
|
||||
|
||||
typedef enum {
|
||||
|
|
Loading…
Reference in a new issue