aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-11-02 04:48:48 +0100
committerMarcel Holtmann <marcel@holtmann.org>2012-11-02 04:48:48 +0100
commit88e4b479e584ea06d392bb6c9d83c9809bf5d0f9 (patch)
tree9acee9bb5d15ea3b4b4dc76a5d5ff5682ba6c6fc
parente05a4413037f425c28382bf294db9042e60e2c45 (diff)
downloadbluez-hcidump-88e4b479e584ea06d392bb6c9d83c9809bf5d0f9.tar.gz
lib: Fix EVT_CONN_COMPLETE_SIZE constant
-rw-r--r--lib/hci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hci.h b/lib/hci.h
index 7eacca5..a4dbe61 100644
--- a/lib/hci.h
+++ b/lib/hci.h
@@ -1715,7 +1715,7 @@ typedef struct {
uint8_t link_type;
uint8_t encr_mode;
} __attribute__ ((packed)) evt_conn_complete;
-#define EVT_CONN_COMPLETE_SIZE 13
+#define EVT_CONN_COMPLETE_SIZE 11
#define EVT_CONN_REQUEST 0x04
typedef struct {