summaryrefslogtreecommitdiffstats
path: root/src
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 /src
parent652785638e4bf41e1a60827005d1253a0af7b3e8 (diff)
Add extended inquiry features bit
Diffstat (limited to 'src')
-rw-r--r--src/hci.c1
1 files changed, 1 insertions, 0 deletions
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 */