added metrics constant to proto

Just adding a new constant to the proto
for the refactored bluetooth dialogs.

Test: Manual
Bug: 32180625
Change-Id: I7e59ea6abd65db777d48bd0f2927db7260c67965
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto
index 64d8a4c..517dbe3 100644
--- a/proto/src/metrics_constants.proto
+++ b/proto/src/metrics_constants.proto
@@ -2575,6 +2575,9 @@
     // ACTION: Logs extra passed by the dpc while provisioning.
     PROVISIONING_EXTRA = 612;
 
+    // OPEN Settings > Bluetooth > Attempt to connect to device that shows dialog
+    BLUETOOTH_DIALOG_FRAGMENT = 613;
+
     // ---- End O Constants, all O constants go above this line ----
 
     // Add new aosp constants above this line.