From 3b25983447e74671903b694ccd9712dac2a401d0 Mon Sep 17 00:00:00 2001 From: Jack He Date: Wed, 20 Mar 2019 03:47:29 -0700 Subject: 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 --- cmds/statsd/src/atoms.proto | 3 +++ 1 file changed, 3 insertions(+) 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; } /** -- cgit v1.2.3-59-g8ed1b