Remove the prefix for the generalization.

PiperOrigin-RevId: 811432704
This commit is contained in:
hai007
2025-09-25 11:32:44 -07:00
committed by Copybara-Service
parent 799027bdc9
commit fd30f45530
@@ -342,6 +342,11 @@ message ConnectionsLog {
// The supported service.
optional location.nearby.proto.connections.SupportedService
supported_service = 12;
// The latency of the wifi connection in milliseconds, starting from when
// the wifi credentials are received from the remote device, to the moment
// wifi connection is established with internet access.
optional int64 wifi_connection_latency_millis = 13;
}
message DeviceInfo {