]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
Bluetooth: Add missing host features definitions
authorJohan Hedberg <johan.hedberg@intel.com>
Tue, 28 Feb 2012 00:03:24 +0000 (02:03 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Tue, 28 Feb 2012 00:06:20 +0000 (02:06 +0200)
This patch adds missing SSP and "Simultaneous LE & BR/EDR" feature bit
definitions to hci.h.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
include/net/bluetooth/hci.h

index 0c54fcfe7e0f2b2b089402809176dc6c08f83b33..3acbebfb22b9d3038a76715de84623ab62ca851e 100644 (file)
@@ -237,7 +237,9 @@ enum {
 #define LMP_EXTFEATURES        0x80
 
 /* Extended LMP features */
-#define LMP_HOST_LE    0x02
+#define LMP_HOST_SSP           0x01
+#define LMP_HOST_LE            0x02
+#define LMP_HOST_LE_BREDR      0x04
 
 /* Connection modes */
 #define HCI_CM_ACTIVE  0x0000