Internal change

PiperOrigin-RevId: 370409749
This commit is contained in:
hai007
2021-04-26 01:43:41 -07:00
committed by Copybara-Service
parent 5554d3599c
commit 7333c3725e
+2
View File
@@ -67,6 +67,7 @@ enum SessionRole {
DISCOVERER = 2;
}
// LINT.IfChange
enum Medium {
UNKNOWN_MEDIUM = 0;
MDNS = 1 [deprecated = true];
@@ -79,6 +80,7 @@ enum Medium {
WIFI_DIRECT = 8;
WEB_RTC = 9;
}
// LINT.ThenChange(//depot/google3/java/com/google/android/gmscore/integ/client/nearby/src/com/google/android/gms/nearby/connection/Medium.java)
// The result of a ConnectionRequest.
enum ConnectionRequestResponse {