Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ec37eca0 authored by Isaac Chiou's avatar Isaac Chiou
Browse files

wifi: New wifi SAR design for the CAP sensor device

Adding new SAR scenario for new SAR design

Bug: 385036937
Test: SAR scenario can be set properly to the vendor HAL
Change-Id: I1b2957f666492e18c5060aa55dd591b0359c3058
parent e0833bcb
Loading
Loading
Loading
Loading
+11 −7
Original line number Diff line number Diff line
@@ -107,6 +107,10 @@ typedef enum {
    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_ON_BODY_CELL_OFF_CAP = 30,
    WIFI_POWER_SCENARIO_ON_BODY_BT_CAP = 31,
    WIFI_POWER_SCENARIO_ON_BODY_CELL_ON_CAP = 32,
    WIFI_POWER_SCENARIO_ON_BODY_CELL_ON_BT_CAP = 33,
} wifi_power_scenario;

typedef enum {