Diff between d5be1cc111dd9834c05c040c10529b632ab8f99e and e4d00337ade58d8bde6e569ad5ecafbad8730f72
Changed Files
| File | Additions | Deletions | Status |
| lib/hci.h | +3 | -1 | modified |
Full Patch
diff --git a/lib/hci.h b/lib/hci.h
index 1ea084a..887a860 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