From 98de68b9ded05b1bad136e7de65bc2a1a13247fc Mon Sep 17 00:00:00 2001 From: hai007 Date: Thu, 25 Jun 2026 20:41:53 -0700 Subject: [PATCH] Add the change in GitHub (https://github.com/google/nearby/pull/4418) to g3 before auto syncing to unblock the follow up tasks. PiperOrigin-RevId: 938346361 --- connections/implementation/proto/offline_wire_formats.proto | 1 + 1 file changed, 1 insertion(+) 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 {