#pragma once #include #include #include #include #include "ble_spam_icons.h" #include #include typedef union BleSpamMsg BleSpamMsg; typedef struct { const Icon* icon; const char* (*get_name)(const BleSpamMsg* _msg); void (*make_packet)(uint8_t* out_size, uint8_t** out_packet, const BleSpamMsg* _msg); } BleSpamProtocol;