google_charger: Add thermal stats to account time in thermal limiting
Bug: 227199213
Signed-off-by: Stephane Lee <[email protected]>
Change-Id: I961e15c387912351c59e6048edd903edb37b06b2
diff --git a/google_bms.h b/google_bms.h
index e8dfd3b..2da2b15 100644
--- a/google_bms.h
+++ b/google_bms.h
@@ -272,6 +272,12 @@
GBMS_STATS_AC_TI_V2_PREDICT_SUCCESS = 19,
GBMS_STATS_AC_TI_DONE_AON = 20,
+ /* Thermal stats, reported from google_charger */
+ GBMS_STATS_TH_LVL0 = 50,
+ GBMS_STATS_TH_LVL1 = 51,
+ GBMS_STATS_TH_LVL2 = 52,
+ GBMS_STATS_TH_LVL3 = 53,
+
/* TODO: rename, these are not really related to AC */
GBMS_STATS_AC_TI_FULL_CHARGE = 100,
GBMS_STATS_AC_TI_HIGH_SOC = 101,