mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Internal change
PiperOrigin-RevId: 385702172
This commit is contained in:
@@ -58,6 +58,7 @@ message V1Frame {
|
||||
|
||||
message ConnectionRequestFrame {
|
||||
// Should always match cs/symbol:location.nearby.proto.connections.Medium
|
||||
// LINT.IfChange
|
||||
enum Medium {
|
||||
UNKNOWN_MEDIUM = 0;
|
||||
MDNS = 1 [deprecated = true];
|
||||
@@ -69,7 +70,9 @@ message ConnectionRequestFrame {
|
||||
NFC = 7;
|
||||
WIFI_DIRECT = 8;
|
||||
WEB_RTC = 9;
|
||||
BLE_L2CAP = 10;
|
||||
}
|
||||
// LINT.ThenChange(//depot/google3/proto/connections_enums.proto)
|
||||
|
||||
optional string endpoint_id = 1;
|
||||
optional string endpoint_name = 2;
|
||||
|
||||
@@ -79,10 +79,12 @@ enum Medium {
|
||||
NFC = 7;
|
||||
WIFI_DIRECT = 8;
|
||||
WEB_RTC = 9;
|
||||
BLE_L2CAP = 10;
|
||||
}
|
||||
// LINT.ThenChange(
|
||||
// //depot/google3/java/com/google/android/gmscore/integ/client/nearby/src/com/google/android/gms/nearby/connection/Medium.java,
|
||||
// //depot/google3/java/com/google/android/gms/nearby/internal/connection/api.proto
|
||||
// //depot/google3/java/com/google/android/gms/nearby/internal/connection/api.proto,
|
||||
// //depot/google3/proto/connections/offline_wire_formats.proto
|
||||
// )
|
||||
|
||||
// The result of a ConnectionRequest.
|
||||
|
||||
Reference in New Issue
Block a user