aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-01-31 19:02:30 -0800
committerJohan Hedberg <johan.hedberg@intel.com>2014-02-13 09:51:44 +0200
commit424ef94311512ef48a5464d173ef83862e4653cb (patch)
treed76412038328462227e2b913681f72654b3a478d /include/net/bluetooth/hci.h
parentBluetooth: Track if link is using P-256 authenticated combination key (diff)
downloadlinux-dev-424ef94311512ef48a5464d173ef83862e4653cb.tar.xz
linux-dev-424ef94311512ef48a5464d173ef83862e4653cb.zip
Bluetooth: Add constants for LTK key types
The LTK key types available right now are unauthenticated and authenticated ones. Provide two simple constants for it. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'include/net/bluetooth/hci.h')
-rw-r--r--include/net/bluetooth/hci.h4
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 {
#define HCI_SMP_LTK 0x82
#define HCI_SMP_LTK_SLAVE 0x83
+/* Long Term Key types */
+#define HCI_LTK_UNAUTH 0x00
+#define HCI_LTK_AUTH 0x01
+
/* ---- HCI Error Codes ---- */
#define HCI_ERROR_AUTH_FAILURE 0x05
#define HCI_ERROR_CONNECTION_TIMEOUT 0x08