From cbb0a92c6431119839ca683508397a8d7bf1b04a Mon Sep 17 00:00:00 2001 From: hai007 Date: Thu, 1 Apr 2021 17:56:43 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 366368137 --- proto/connections_enums.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/connections_enums.proto b/proto/connections_enums.proto index 4674a4cf..8e54a5b1 100644 --- a/proto/connections_enums.proto +++ b/proto/connections_enums.proto @@ -69,7 +69,7 @@ enum SessionRole { enum Medium { UNKNOWN_MEDIUM = 0; - MDNS = 1; + MDNS = 1 [deprecated = true]; BLUETOOTH = 2; WIFI_HOTSPOT = 3; BLE = 4;