Roll forward up to cl/354394201.

This commit is contained in:
hai007
2021-01-28 14:27:14 -08:00
parent 3c68372b55
commit 266190b517
7 changed files with 195 additions and 105 deletions
+3
View File
@@ -7,6 +7,7 @@
#include "platform/api/bluetooth_classic.h"
#include "platform/api/webrtc.h"
#include "platform/base/byte_array.h"
#include "platform/base/feature_flags.h"
#include "platform/base/listeners.h"
#include "platform/base/nsd_service_info.h"
#include "platform/public/single_thread_executor.h"
@@ -216,6 +217,8 @@ class MediumEnvironment {
api::WifiLanService* GetWifiLanService(const std::string& ip_address,
int port);
void SetFeatureFlags(const FeatureFlags::Flags& flags);
private:
struct BluetoothMediumContext {
BluetoothDiscoveryCallback callback;