Reworked BLE according to v0.12 of the KTag Beacon Specification #5

Merged
Joe merged 15 commits from BLE_Protocol_v0.12 into main 2025-09-01 17:44:10 +00:00
Showing only changes of commit 2efb4f5183 - Show all commits

View file

@ -100,6 +100,9 @@ typedef enum
BLE_EVENT_CONFIGURED = 2, BLE_EVENT_CONFIGURED = 2,
BLE_EVENT_WRAPUP_COMPLETE = 3, BLE_EVENT_WRAPUP_COMPLETE = 3,
BLE_EVENT_GAME_OVER = 4, BLE_EVENT_GAME_OVER = 4,
BLE_EVENT_QUIET = 5,
BLE_EVENT_UNQUIET = 6,
BLE_EVENT_FORCE_STATE = 7,
BLE_EVENT_UNUSED = 0xFFFFFFFF BLE_EVENT_UNUSED = 0xFFFFFFFF
} BLE_EventID_T; } BLE_EventID_T;