mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
nearbyconnections : Replace WifiLanV2 to WifiLan.
PiperOrigin-RevId: 406033177
This commit is contained in:
committed by
Copybara-Service
parent
94ef1b532b
commit
acf516189b
@@ -20,7 +20,6 @@
|
||||
#include "core/internal/mediums/bluetooth_radio.h"
|
||||
#include "core/internal/mediums/webrtc.h"
|
||||
#include "core/internal/mediums/wifi_lan.h"
|
||||
#include "core/internal/mediums/wifi_lan_v2.h"
|
||||
|
||||
namespace location {
|
||||
namespace nearby {
|
||||
@@ -44,9 +43,6 @@ class Mediums {
|
||||
// Returns a handle to the Wifi-Lan medium.
|
||||
WifiLan& GetWifiLan();
|
||||
|
||||
// Returns a handle to the Wifi-Lan medium.
|
||||
WifiLanV2& GetWifiLanV2();
|
||||
|
||||
// Returns a handle to the WebRtc medium.
|
||||
mediums::WebRtc& GetWebRtc();
|
||||
|
||||
@@ -63,7 +59,6 @@ class Mediums {
|
||||
BluetoothClassic bluetooth_classic_{bluetooth_radio_};
|
||||
Ble ble_{bluetooth_radio_};
|
||||
WifiLan wifi_lan_;
|
||||
WifiLanV2 wifi_lan_v2_;
|
||||
mediums::WebRtc webrtc_;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user