From ce28fccee27e4264e17172230acb43e347414dd5 Mon Sep 17 00:00:00 2001 From: Oliver Ruiz Dorantes Date: Fri, 8 Feb 2008 18:32:52 +0000 Subject: [PATCH] Even code field has more sense like that git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23933 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/bluetooth/HCI/btHCI_event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));