#pragma once #include #include #include #include #include "ble_spam_icons.h" #include #include typedef union BleSpamProtocolCfg BleSpamProtocolCfg; typedef struct { const Icon* icon; const char* (*get_name)(const BleSpamProtocolCfg* _cfg); void (*make_packet)(uint8_t* _size, uint8_t** _packet, const BleSpamProtocolCfg* _cfg); } BleSpamProtocol;