diff options
| -rw-r--r-- | proto/src/metrics_constants.proto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index 2eb94d30d4e5..63e5cacd8ef8 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -4114,6 +4114,11 @@ message MetricsEvent { // OS: O DR ACTION_OPEN_APP_SETTING = 1017; + // OPEN: Settings > Connected devices > Bluetooth > Pair new device + // CATEGORY: SETTINGS + // OS: O DR + BLUETOOTH_PAIRING = 1018; + // Add new aosp constants above this line. // END OF AOSP CONSTANTS } |