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
@@ -199,16 +199,8 @@ class BasePcpHandler : public PcpHandler,
|
||||
};
|
||||
|
||||
struct WifiLanEndpoint : public DiscoveredEndpoint {
|
||||
WifiLanEndpoint(DiscoveredEndpoint endpoint, WifiLanService service)
|
||||
: DiscoveredEndpoint(std::move(endpoint)),
|
||||
wifi_lan_service(std::move(service)) {}
|
||||
|
||||
WifiLanService wifi_lan_service;
|
||||
};
|
||||
|
||||
struct WifiLanV2Endpoint : public DiscoveredEndpoint {
|
||||
WifiLanV2Endpoint(DiscoveredEndpoint endpoint,
|
||||
const NsdServiceInfo& service_info)
|
||||
WifiLanEndpoint(DiscoveredEndpoint endpoint,
|
||||
const NsdServiceInfo& service_info)
|
||||
: DiscoveredEndpoint(std::move(endpoint)), service_info(service_info) {}
|
||||
|
||||
NsdServiceInfo service_info;
|
||||
|
||||
Reference in New Issue
Block a user