summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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