diff options
author | Vinicius Costa Gomes <vinicius.gomes@openbossa.org> | 2010-07-12 19:37:54 -0300 |
---|---|---|
committer | Vinicius Costa Gomes <vinicius.gomes@openbossa.org> | 2010-07-12 20:05:44 -0300 |
commit | 239e874de08e4c3b02ad70084de17743f01dfc2d (patch) | |
tree | 45a32628ae5e021d4ba4714db789b65b67579397 /lib/hci.h | |
parent | 3a2e4235c45a25a7fba06853d7593833fb6f4c1a (diff) |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |