chromium/chromecast/device/bluetooth/le/mock_gatt_client_manager.cc

// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chromecast/device/bluetooth/le/mock_gatt_client_manager.h"

#include "chromecast/device/bluetooth/le/remote_characteristic.h"

namespace chromecast {
namespace bluetooth {

MockGattClientManager::MockGattClientManager() = default;
MockGattClientManager::~MockGattClientManager() = default;

}  // namespace bluetooth
}  // namespace chromecast