summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/hci.h2
-rw-r--r--src/hci.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/include/hci.h b/include/hci.h
index b7df747a..243889d3 100644
--- a/include/hci.h
+++ b/include/hci.h
@@ -254,6 +254,8 @@ enum {
#define LMP_EDR_ESCO_3M 0x40
#define LMP_EDR_3S_ESCO 0x80
+#define LMP_EXT_INQ 0x01
+
#define LMP_EXT_FEAT 0x80
/* Link policies */
diff --git a/src/hci.c b/src/hci.c
index f92aa4f2..dd3d0d74 100644
--- a/src/hci.c
+++ b/src/hci.c
@@ -400,6 +400,7 @@ static hci_map lmp_features_map[8][9] = {
{ NULL }
},
{ /* Byte 6 */
+ { "<extended inquiry>", LMP_EXT_INQ }, /* Bit 0 */
{ NULL }
},
{ /* Byte 7 */