google_battery: create bhi algorithm for service
check criteria:
- Age since activation equal to or older than specific period
- Impedance change since activation greater than or equal to
2x original impedance
- Remaining capacity equal to or less than 85%
Bug: 253642456
Signed-off-by: Jenny Ho <[email protected]>
Change-Id: I869411b64bc60730f00b956369f4e4cd710255b2
diff --git a/google_bms.h b/google_bms.h
index b4ebcea..8cfcdf7 100644
--- a/google_bms.h
+++ b/google_bms.h
@@ -588,6 +588,7 @@
BHI_ALGO_MIX_N_MATCH = 6,
BHI_ALGO_DEBUG = 7,
+ BHI_ALGO_INDI = 8, /* individual conditions check */
BHI_ALGO_MAX,
};