summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jack He <siyuanh@google.com> 2019-03-20 03:47:29 -0700
committer Jack He <siyuanh@google.com> 2019-03-20 04:05:17 -0700
commit3b25983447e74671903b694ccd9712dac2a401d0 (patch)
tree9e8bbee44aa3f18770ab45c103e2d6059e7bd66b
parente1f19a6ef900581e1d23291ab41f55e0db047ced (diff)
Bluetooth: Add event_value to BluetoothClassicPairingEventReported
* Add an event_value field to log status value such as - encryption enabled state - simple pairing mode - secure connection host support - delete all flag Bug: 128966402 Test: make Change-Id: I512b7a1a7fba73ea30bca028566d43d353c56613
-rw-r--r--cmds/statsd/src/atoms.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmds/statsd/src/atoms.proto b/cmds/statsd/src/atoms.proto
index 47eccdbc8c1f..2a9f24863852 100644
--- a/cmds/statsd/src/atoms.proto
+++ b/cmds/statsd/src/atoms.proto
@@ -1714,6 +1714,9 @@ message BluetoothClassicPairingEventReported {
// HCI reason code associated with this event
// Default: STATUS_UNKNOWN
optional android.bluetooth.hci.StatusEnum reason_code = 6;
+ // A status value related to this specific event
+ // Default: 0
+ optional int64 event_value = 7;
}
/**