From 5ed11d784fcfa59254246bd401d4d1142bb5b9cb Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 16 Jun 2006 09:00:30 +0000 Subject: Add missing placeholders for feature bits --- src/hci.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src') diff --git a/src/hci.c b/src/hci.c index d5d7124f..977c60eb 100644 --- a/src/hci.c +++ b/src/hci.c @@ -593,9 +593,23 @@ static hci_map lmp_features_map[8][9] = { }, { /* Byte 6 */ { "", LMP_EXT_INQ }, /* Bit 0 */ + { "", 0x02 }, /* Bit 1 */ + { "", 0x04 }, /* Bit 2 */ + { "", 0x08 }, /* Bit 3 */ + { "", 0x10 }, /* Bit 4 */ + { "", 0x20 }, /* Bit 5 */ + { "", 0x40 }, /* Bit 6 */ + { "", 0x80 }, /* Bit 7 */ { NULL } }, { /* Byte 7 */ + { "", 0x01 }, /* Bit 1 */ + { "", 0x02 }, /* Bit 1 */ + { "", 0x04 }, /* Bit 2 */ + { "", 0x08 }, /* Bit 3 */ + { "", 0x10 }, /* Bit 4 */ + { "", 0x20 }, /* Bit 5 */ + { "", 0x40 }, /* Bit 6 */ { "",LMP_EXT_FEAT }, /* Bit 7 */ { NULL } }, -- cgit