PR #4395: Update proto definitions - offline_wire_formats.proto and connections…

Imported from GitHub PR https://github.com/google/nearby/pull/4395

…_enums.proto for WiFi Direct

<!--
  Thanks for submitting a pull request!
  We appreciate you spending the time to work on these changes. Please provide
  enough information so that others can review your pull request.
-->

## Summary

Update proto definitions - offline_wire_formats.proto and connections_enums.proto for WiFi Direct

## How did you test this change?

on test only update the proto definitions.

Copybara import of the project:

--
71aa603d4557652d87667455dc3233b8f7fd262a by Edwin Wu <edwinwu@google.com>:

Update proto definitions - offline_wire_formats.proto and connections_enums.proto for WiFi Direct

Merging this change closes #4395

PiperOrigin-RevId: 929606397
This commit is contained in:
edwinwugoog
2026-06-09 22:27:52 -07:00
committed by Copybara-Service
parent 7d647f8a85
commit e205d8a08f
6 changed files with 818 additions and 533 deletions
+4 -3
View File
@@ -110,9 +110,10 @@ enum WifiDirectAuthType {
// WifiDirect type that uses ssid/password for authentication. Android
// supports this type, but Windows does not.
WIFI_DIRECT_WITH_PASSWORD = 1;
// WifiDirect type that uses service_name/pin for authentication. Android
// and Windows both support this type.
WIFI_DIRECT_WITH_PIN = 2;
// WifiDirect type that uses device_name for discovery and connect.
// Android and Windows both support this type.
WIFI_DIRECT_WITH_PIN = 2 [deprecated = true];
WIFI_DIRECT_WITH_DEVICE_NAME = 3;
}
// LINT.ThenChange(//depot/google3/third_party/nearby/connections/implementation/proto/offline_wire_formats.proto)