Merge "WiFi: Add new SAR scenarios" into sc-dev am: 1e6f8f6fcf
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/libhardware_legacy/+/13881546 Change-Id: Ia932b3f6d469a97d5ffc8984e6e7f1261bedd3e2
This commit is contained in:
commit
30b11a3149
1 changed files with 7 additions and 0 deletions
|
@ -73,6 +73,13 @@ typedef enum {
|
|||
WIFI_POWER_SCENARIO_ON_BODY_CELL_OFF = 3,
|
||||
WIFI_POWER_SCENARIO_ON_BODY_CELL_ON = 4,
|
||||
WIFI_POWER_SCENARIO_ON_BODY_BT = 5,
|
||||
WIFI_POWER_SCENARIO_ON_HEAD_HOTSPOT = 6,
|
||||
WIFI_POWER_SCENARIO_ON_HEAD_HOTSPOT_MMW = 7,
|
||||
WIFI_POWER_SCENARIO_ON_BODY_CELL_ON_BT = 8,
|
||||
WIFI_POWER_SCENARIO_ON_BODY_HOTSPOT = 9,
|
||||
WIFI_POWER_SCENARIO_ON_BODY_HOTSPOT_BT = 10,
|
||||
WIFI_POWER_SCENARIO_ON_BODY_HOTSPOT_MMW = 11,
|
||||
WIFI_POWER_SCENARIO_ON_BODY_HOTSPOT_BT_MMW = 12,
|
||||
} wifi_power_scenario;
|
||||
|
||||
typedef enum {
|
||||
|
|
Loading…
Reference in a new issue