summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-04-09 17:18:07 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-04-09 17:18:07 +0000
commit23044414dbea9485c55a1ed2853118301dd58d49 (patch)
treef2c812a662831cad314ca1128ffd8d779973aafd
parent3c873c2ea222493967f7b7625214b0a14e153f4e (diff)
parent701d736a3be8ec01920a44b04a1ac57f097c0107 (diff)
downloadproto_logging-23044414dbea9485c55a1ed2853118301dd58d49.tar.gz
Merge "[BluetoothMetrics]: Adding RDI information within atom for Profile Connection" into main
-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];
}
/**