diff options
| author | 2019-03-21 01:27:17 +0000 | |
|---|---|---|
| committer | 2019-03-21 01:27:17 +0000 | |
| commit | 4f1c9d61b7fa36ba191671aa7d7de41735eeb8b9 (patch) | |
| tree | 200a0ace223615f38854f117297c101ec5571e49 | |
| parent | f3d7dd6bd4763d5300c2be1cd2930acf712e80c5 (diff) | |
| parent | f1232419127ded3b20c5df688a3b25b5bdc80abf (diff) | |
Merge "Merge "Bluetooth: Add event_value to BluetoothClassicPairingEventReported" am: 9c7fb4566d am: af14ccdd09 am: 1883948119"
| -rw-r--r-- | cmds/statsd/src/atoms.proto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmds/statsd/src/atoms.proto b/cmds/statsd/src/atoms.proto index 1dbbbc5595ba..d331c0f026f6 100644 --- a/cmds/statsd/src/atoms.proto +++ b/cmds/statsd/src/atoms.proto @@ -2065,6 +2065,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; } /** |