summaryrefslogtreecommitdiff
path: root/lib/hci.h
diff options
context:
space:
mode:
authorVinicius Costa Gomes <vinicius.gomes@openbossa.org>2010-07-12 19:37:54 -0300
committerVinicius Costa Gomes <vinicius.gomes@openbossa.org>2010-07-12 20:05:44 -0300
commit239e874de08e4c3b02ad70084de17743f01dfc2d (patch)
tree45a32628ae5e021d4ba4714db789b65b67579397 /lib/hci.h
parent3a2e4235c45a25a7fba06853d7593833fb6f4c1a (diff)
downloadbluez-239e874de08e4c3b02ad70084de17743f01dfc2d.tar.gz
Fix naming inconsistency for LTK Reply command
For simplicity sake, the "request" part of the name was dropped, for it is already implied by its cause.
Diffstat (limited to 'lib/hci.h')
-rw-r--r--lib/hci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hci.h b/lib/hci.h
index 5b34f5cac..0b31c3cdb 100644
--- a/lib/hci.h
+++ b/lib/hci.h
@@ -1457,7 +1457,7 @@ typedef struct {
uint16_t handle;
uint8_t key[16];
} __attribute__ ((packed)) le_ltk_reply_cp;
-#define LE_LTK_REQUEST_REPLY_CP_SIZE 18
+#define LE_LTK_REPLY_CP_SIZE 18
typedef struct {
uint8_t status;
uint16_t handle;