diff --git a/internal/proto/analytics/connections_log.proto b/internal/proto/analytics/connections_log.proto index a63e4fba..b82532eb 100644 --- a/internal/proto/analytics/connections_log.proto +++ b/internal/proto/analytics/connections_log.proto @@ -284,6 +284,9 @@ message ConnectionsLog { // The token use to identify this established connection. optional string connection_token = 7; + + // The type of established connection. + optional location.nearby.proto.connections.ConnectionAttemptType type = 8; } // A Payload transferred (or attempted to be transferred) between devices.