nearbyconnections : Define interfaces of /medium, /public(wrapper), /g3 WifiLanV2.

PiperOrigin-RevId: 405537829
This commit is contained in:
edwinwu
2021-10-25 18:35:42 -07:00
committed by Copybara-Service
parent b733dde4e7
commit d0da545834
18 changed files with 1154 additions and 40 deletions
+2
View File
@@ -26,6 +26,8 @@ Ble& Mediums::GetBle() { return ble_; }
WifiLan& Mediums::GetWifiLan() { return wifi_lan_; }
WifiLanV2& Mediums::GetWifiLanV2() { return wifi_lan_v2_; }
mediums::WebRtc& Mediums::GetWebRtc() { return webrtc_; }
} // namespace connections