aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-01-10 02:07:16 -0800
committerJohan Hedberg <johan.hedberg@intel.com>2014-02-13 09:51:31 +0200
commitd5991585d0bc49dca4ff36d18447bb27ad1ccd73 (patch)
tree38e6539eb22231e9f9e22b58d8fecd632db4673d /include/net/bluetooth/hci.h
parentBluetooth: Fix outgoing authentication requirement check (diff)
downloadlinux-dev-d5991585d0bc49dca4ff36d18447bb27ad1ccd73.tar.xz
linux-dev-d5991585d0bc49dca4ff36d18447bb27ad1ccd73.zip
Bluetooth: Add LMP feature definitions for Secure Connections support
The support for Secure Connections introduces two new controller features and one new host feature. 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 66c1cd87bfe7..cd40219d32aa 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -282,10 +282,14 @@ enum {
#define LMP_SYNC_TRAIN 0x04
#define LMP_SYNC_SCAN 0x08
+#define LMP_SC 0x01
+#define LMP_PING 0x02
+
/* Host features */
#define LMP_HOST_SSP 0x01
#define LMP_HOST_LE 0x02
#define LMP_HOST_LE_BREDR 0x04
+#define LMP_HOST_SC 0x08
/* Connection modes */
#define HCI_CM_ACTIVE 0x0000