HGPCI_MAX_DATA_BYTES
uint8_t bytes[HGPCI_MAX_DATA_BYTES];
if ((event_get_offset(event) + length) > HGPCI_MAX_DATA_BYTES) {
HGPCI_MAX_DATA_BYTES);