blob: 1c256e2bf4307476a61ebefcecc386f7c7d592c3 [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 "garnet/drivers/bluetooth/lib/data/socket_factory.cc"
#include "garnet/drivers/bluetooth/lib/l2cap/channel.h"
namespace btlib::data::internal {
template class SocketFactory<l2cap::Channel>;
} // namespace btlib::data::internal