Wifi: Update the wifi_sar_scenario enum
This commit updates the enum for wifi_sar_scenario. Bug: 112205428 Test: Compiles (just a header file change) Change-Id: If01d0daf5e535e8fdca6eeab115f6c409cc38c46
This commit is contained in:
parent
18bd84a68a
commit
151427c297
1 changed files with 3 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue