aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2012-02-28 02:05:42 +0200
committerMarcel Holtmann <marcel@holtmann.org>2012-03-01 17:50:51 -0800
commitf2e3b9a8c2ad9100a042823d83404eba73f214de (patch)
tree3f4103523012c3cb38f8c2d3574fc055501b2f63
parent615e1aa0af9c3b3e181c350e81491920df6dca43 (diff)
downloadbluez-hcidump-f2e3b9a8c2ad9100a042823d83404eba73f214de.tar.gz
lib: Add missing host feature defines
This patch add missing SSP and "Simultaneous LE & BR/EDR" feature bit definitions to hci.h.
-rw-r--r--lib/hci.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/hci.h b/lib/hci.h
index e318cf0..b68dbc2 100644
--- a/lib/hci.h
+++ b/lib/hci.h
@@ -276,7 +276,9 @@ enum {
#define LMP_EXT_FEAT 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
/* Link policies */
#define HCI_LP_RSWITCH 0x0001