blob: a0078f8e68e5949776ddb5c1f60bc084e1529968 [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 "rfcomm_socket_factory.h"
#include "socket_factory.cc"
namespace btlib::data::internal {
template class SocketFactory<rfcomm::Channel, common::ByteBufferPtr>;
} // namespace btlib::data::internal