blob: df6613773b4a9f90eca074e5303624f2e6e69d85 [file] [log] [blame]
// Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "src/connectivity/bluetooth/core/bt-host/data/socket_factory.cc"
#include "src/connectivity/bluetooth/core/bt-host/rfcomm/channel.h"
namespace bt {
namespace data {
namespace internal {
template class SocketFactory<rfcomm::Channel>;
} // namespace internal
} // namespace data
} // namespace bt