diff options
Diffstat (limited to 'include/net/bluetooth/hci.h')
-rw-r--r-- | include/net/bluetooth/hci.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index 232c07804ca8..352d3d7d06bb 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h | |||
@@ -346,6 +346,10 @@ enum { | |||
346 | #define HCI_SMP_LTK 0x82 | 346 | #define HCI_SMP_LTK 0x82 |
347 | #define HCI_SMP_LTK_SLAVE 0x83 | 347 | #define HCI_SMP_LTK_SLAVE 0x83 |
348 | 348 | ||
349 | /* Long Term Key types */ | ||
350 | #define HCI_LTK_UNAUTH 0x00 | ||
351 | #define HCI_LTK_AUTH 0x01 | ||
352 | |||
349 | /* ---- HCI Error Codes ---- */ | 353 | /* ---- HCI Error Codes ---- */ |
350 | #define HCI_ERROR_AUTH_FAILURE 0x05 | 354 | #define HCI_ERROR_AUTH_FAILURE 0x05 |
351 | #define HCI_ERROR_CONNECTION_TIMEOUT 0x08 | 355 | #define HCI_ERROR_CONNECTION_TIMEOUT 0x08 |