summaryrefslogtreecommitdiff
path: root/lib/hci.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2012-02-28 02:05:42 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-02-28 02:10:52 +0200
commite4d00337ade58d8bde6e569ad5ecafbad8730f72 (patch)
tree6e7d7674e8163b14e6edaea0a292768d65ff72cc /lib/hci.h
parentd5be1cc111dd9834c05c040c10529b632ab8f99e (diff)
downloadbluez-e4d00337ade58d8bde6e569ad5ecafbad8730f72.tar.gz
lib: Add missing host feature defines
This patch add missing SSP and "Simultaneous LE & BR/EDR" feature bit definitions to hci.h.
Diffstat (limited to 'lib/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 1ea084afd..887a860af 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