diff --git a/headers/os/bluetooth/HCI/btHCI_event.h b/headers/os/bluetooth/HCI/btHCI_event.h index 1aa5249f06..ef1689b18b 100644 --- a/headers/os/bluetooth/HCI/btHCI_event.h +++ b/headers/os/bluetooth/HCI/btHCI_event.h @@ -13,7 +13,7 @@ #define HCI_EVENT_HDR_SIZE 2 struct hci_event_header { - uint8 evt; + uint8 ecode; uint8 elen; } __attribute__ ((packed));