summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-08-27 10:53:49 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-08-27 10:53:49 +0000
commitf50545eae585ba4b3eac5d8764827342ae214843 (patch)
treeed4e162d3a675536f9af75b2ffd2836e00750913
parent652785638e4bf41e1a60827005d1253a0af7b3e8 (diff)
Add extended inquiry features bit
-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 */