mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
nearbyconnections : Define interfaces of /medium, /public(wrapper), /g3 WifiLanV2.
PiperOrigin-RevId: 405537829
This commit is contained in:
committed by
Copybara-Service
parent
b733dde4e7
commit
d0da545834
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user