summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPalash Ahuja <ahujapalash@google.com>2024-04-01 16:29:56 -0700
committerPalash Ahuja <ahujapalash@google.com>2024-04-08 16:39:40 -0700
commit701d736a3be8ec01920a44b04a1ac57f097c0107 (patch)
tree8979f2203eff25269d5235f43ab60b53770eb6a0
parentfcc20357b342764cdd89707c7339dd883db10ada (diff)
downloadproto_logging-701d736a3be8ec01920a44b04a1ac57f097c0107.tar.gz
[BluetoothMetrics]: Adding RDI information within atom for Profile
Connection Test: make statsd_testdrive Bug: 330953458 Change-Id: I2d2fe5015caba497f2eefe924ec4fd6b315f3c1d
-rw-r--r--stats/atoms/bluetooth/bluetooth_extension_atoms.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/stats/atoms/bluetooth/bluetooth_extension_atoms.proto b/stats/atoms/bluetooth/bluetooth_extension_atoms.proto
index ed7ecb42..68265f44 100644
--- a/stats/atoms/bluetooth/bluetooth_extension_atoms.proto
+++ b/stats/atoms/bluetooth/bluetooth_extension_atoms.proto
@@ -228,6 +228,9 @@ message BluetoothProfileConnectionAttempted {
// Reason for the connection result
optional android.bluetooth.ProfileConnectionReason reason = 5;
+
+ // Remote Device Information
+ optional BluetoothRemoteDeviceInformation remote_device_information = 6 [(log_mode) = MODE_BYTES];
}
/**