blob: 7249c983230844fca7c05de56e2dd036c010b01d [file] [log] [blame]
// Copyright 2017 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.
#pragma once
#include "garnet/bin/bluetooth/tools/lib/command_dispatcher.h"
#include "command_channel.h"
namespace bt_intel {
void RegisterCommands(CommandChannel* data,
::bluetooth_tools::CommandDispatcher* dispatcher);
} // namespace bt_intel