From f50545eae585ba4b3eac5d8764827342ae214843 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 27 Aug 2005 10:53:49 +0000 Subject: Add extended inquiry features bit --- src/hci.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 */ + { "", LMP_EXT_INQ }, /* Bit 0 */ { NULL } }, { /* Byte 7 */ -- cgit