Files
MuditaOS/module-bluetooth/Bluetooth/command/Command.hpp
Adam Dobrowolski 08a71027ac [MOS-487] Review required renames
as in description
2022-05-26 16:19:02 +02:00

17 lines
341 B
C++

// Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved.
// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md
#pragma once
#include "CommandData.hpp"
#include "event/Events.hpp"
namespace bluetooth
{
struct Command
{
std::unique_ptr<bluetooth::event::Base> event;
};
} // namespace bluetooth