From 34c5828e678e244a28b7c3ba7078a08583273aa3 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 16 Jun 2007 11:46:22 +0000 Subject: Add definitions for inquiry power level and erroneous data --- src/hci.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/hci.c') diff --git a/src/hci.c b/src/hci.c index a064980f..4e95a420 100644 --- a/src/hci.c +++ b/src/hci.c @@ -600,14 +600,14 @@ static hci_map lmp_features_map[8][9] = { { "", 0x04 }, /* Bit 2 */ { "", 0x08 }, /* Bit 3 */ { "", 0x10 }, /* Bit 4 */ - { "", 0x20 }, /* Bit 5 */ - { "", 0x40 }, /* Bit 6 */ + { "", LMP_ERR_DAT_REP }, /* Bit 5 */ + { "", LMP_NFLUSH_PKTS }, /* Bit 6 */ { "", 0x80 }, /* Bit 7 */ { NULL } }, { /* Byte 7 */ { "", LMP_LSTO }, /* Bit 1 */ - { "", 0x02 }, /* Bit 1 */ + { "", LMP_INQ_TX_PWR }, /* Bit 1 */ { "", 0x04 }, /* Bit 2 */ { "", 0x08 }, /* Bit 3 */ { "", 0x10 }, /* Bit 4 */ -- cgit