blob: a1d860edf3f9fdd61dc2bb0306cc94a6464fb2eb [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 "l2cap_socket_factory.h"
#include "socket_factory.cc"
namespace btlib::data::internal {
template class SocketFactory<l2cap::Channel, l2cap::Channel::UniqueId,
l2cap::SDU>;
} // namespace btlib::data::internal