Internal change

PiperOrigin-RevId: 366368137
This commit is contained in:
hai007
2021-04-01 17:57:03 -07:00
committed by Copybara-Service
parent 0c52d21c6d
commit cbb0a92c64
+1 -1
View File
@@ -69,7 +69,7 @@ enum SessionRole {
enum Medium {
UNKNOWN_MEDIUM = 0;
MDNS = 1;
MDNS = 1 [deprecated = true];
BLUETOOTH = 2;
WIFI_HOTSPOT = 3;
BLE = 4;