Added BLE events

This commit is contained in:
Joe Kearney 2025-02-15 19:58:52 -06:00
parent 58f379dc18
commit 82ec410264
10 changed files with 121 additions and 23 deletions

View file

@ -93,6 +93,16 @@ typedef struct
uint8_t unused[13];
} __attribute__((packed, aligned(1))) BLE_InstigationPacket_T;
typedef enum
{
BLE_EVENT_NO_EVENT = 0,
BLE_EVENT_CONFIGURE = 1,
BLE_EVENT_CONFIGURED = 2,
BLE_EVENT_WRAPUP_COMPLETE = 3,
BLE_EVENT_GAME_OVER = 4,
BLE_EVENT_UNUSED = 0xFFFFFFFF
} BLE_EventID_T;
//! Contents of the BLE packet #BLE_PACKET_TYPE_EVENT.
typedef struct
{