mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
WIFI Direct implementation (2)
Part 2: Connection common code for WIFI Direct PiperOrigin-RevId: 493153750
This commit is contained in:
@@ -32,6 +32,8 @@ WifiLan& Mediums::GetWifiLan() { return wifi_lan_; }
|
||||
|
||||
WifiHotspot& Mediums::GetWifiHotspot() { return wifi_hotspot_; }
|
||||
|
||||
WifiDirect& Mediums::GetWifiDirect() { return wifi_direct_; }
|
||||
|
||||
mediums::WebRtc& Mediums::GetWebRtc() { return webrtc_; }
|
||||
|
||||
} // namespace connections
|
||||
|
||||
Reference in New Issue
Block a user