Merge changes from topics "bluetooth_auto_on_basic_implementation", "bluetooth_auto_on_hidden_listener", "bluetooth_auto_on_system_api" into main

* changes:
  BluetoothSystemServer: add Hidden AutoOn metrics
  BluetoothSystemServer: add AutoOn user metrics counter
  BluetoothSystemServer: add AutoOn metrics counter
diff --git a/stats/atoms.proto b/stats/atoms.proto
index ba303bd..89ecabe 100644
--- a/stats/atoms.proto
+++ b/stats/atoms.proto
@@ -3284,6 +3284,7 @@
         REASON_APP_NOT_RESPONDING = 4;
         REASON_NATIVE_CRASH_DURING_BOOT = 5;
         REASON_NETWORK_RELATED_CRASH = 6;
+        REASON_BOOT_LOOPING = 7;
     }
     optional RollbackReasonType rollback_reason = 4;
 
diff --git a/stats/enums/uwb/enums.proto b/stats/enums/uwb/enums.proto
index f8ca532..daf5aea 100644
--- a/stats/enums/uwb/enums.proto
+++ b/stats/enums/uwb/enums.proto
@@ -26,6 +26,7 @@
     FIRA = 1;
     CCC = 2;
     CUSTOMIZED = 3;
+    ALIRO = 4;
 }
 // UWB scrambled timestamp sequence (STS) type
 enum Sts {
@@ -100,4 +101,4 @@
     TWO_WAY = 2;
     DL_TDOA = 3;
     OWR_AOA = 4;
-}
\ No newline at end of file
+}