summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAhmed ElArabawy <arabawy@google.com>2019-04-03 14:54:00 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2019-04-03 14:54:00 +0000
commit86d26ee18d5de516f1a48046164c9e84408a7cce (patch)
treec8345f5f296136d7aeb8d07ae28a5e29db03bc09
parented29afb0b60bb6592d31dc76103944cdff670689 (diff)
parent151427c297f064449dfa9c591f736fc9240f215c (diff)
downloadlibhardware_legacy-86d26ee18d5de516f1a48046164c9e84408a7cce.tar.gz
Merge "Wifi: Update the wifi_sar_scenario enum"android10-dev
-rw-r--r--include/hardware_legacy/wifi_hal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/hardware_legacy/wifi_hal.h b/include/hardware_legacy/wifi_hal.h
index 60fc6bf..059bb09 100644
--- a/include/hardware_legacy/wifi_hal.h
+++ b/include/hardware_legacy/wifi_hal.h
@@ -40,11 +40,14 @@ typedef enum {
/* Pre selected Power scenarios to be applied from BDF file */
typedef enum {
+ WIFI_POWER_SCENARIO_INVALID = -2,
+ WIFI_POWER_SCENARIO_DEFAULT = -1,
WIFI_POWER_SCENARIO_VOICE_CALL = 0,
WIFI_POWER_SCENARIO_ON_HEAD_CELL_OFF = 1,
WIFI_POWER_SCENARIO_ON_HEAD_CELL_ON = 2,
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;
typedef enum {