From 57834785d5445439c2abbc19903566f050bc98a2 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 27 Jul 2006 01:23:04 +0000 Subject: Add features bit for link supervision timeout --- src/hci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/hci.c b/src/hci.c index 6fa61831..48989aae 100644 --- a/src/hci.c +++ b/src/hci.c @@ -605,7 +605,7 @@ static hci_map lmp_features_map[8][9] = { { NULL } }, { /* Byte 7 */ - { "", 0x01 }, /* Bit 1 */ + { "", LMP_LSTO }, /* Bit 1 */ { "", 0x02 }, /* Bit 1 */ { "", 0x04 }, /* Bit 2 */ { "", 0x08 }, /* Bit 3 */ -- cgit