blob: 1487ed1fc3bbdcf5b7bbf050ec1a089a5d09c4b5 [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/rfcomm/channel.h"
#include "src/connectivity/bluetooth/core/bt-host/data/socket_channel_relay.cc"
namespace bt {
namespace data {
namespace internal {
template class SocketChannelRelay<rfcomm::Channel>;
} // namespace internal
} // namespace data
} // namespace bt