diff --git a/connections/implementation/proto/offline_wire_formats.proto b/connections/implementation/proto/offline_wire_formats.proto index f54287ec..230dab44 100644 --- a/connections/implementation/proto/offline_wire_formats.proto +++ b/connections/implementation/proto/offline_wire_formats.proto @@ -157,6 +157,7 @@ message ConnectionResponseFrame { optional int32 safe_to_disconnect_version = 7; optional LocationHint location_hint = 8; optional int32 keep_alive_timeout_millis = 9; + optional string wifi_direct_device_name = 10; } message PayloadTransferFrame {