Merge "[BluetoothMetrics]: Adding RDI information within atom for Profile Connection" into main
diff --git a/stats/atoms/bluetooth/bluetooth_extension_atoms.proto b/stats/atoms/bluetooth/bluetooth_extension_atoms.proto
index ed7ecb4..68265f4 100644
--- a/stats/atoms/bluetooth/bluetooth_extension_atoms.proto
+++ b/stats/atoms/bluetooth/bluetooth_extension_atoms.proto
@@ -228,6 +228,9 @@
// Reason for the connection result
optional android.bluetooth.ProfileConnectionReason reason = 5;
+
+ // Remote Device Information
+ optional BluetoothRemoteDeviceInformation remote_device_information = 6 [(log_mode) = MODE_BYTES];
}
/**