Add features bit for link supervision timeout
diff --git a/include/hci.h b/include/hci.h
index 4cd8c7d..6548014 100644
--- a/include/hci.h
+++ b/include/hci.h
@@ -255,6 +255,7 @@
 
 #define LMP_EXT_INQ	0x01
 
+#define LMP_LSTO	0x01
 #define LMP_EXT_FEAT	0x80
 
 /* Link policies */
diff --git a/src/hci.c b/src/hci.c
index 6fa6183..48989aa 100644
--- a/src/hci.c
+++ b/src/hci.c
@@ -605,7 +605,7 @@
 		{ NULL }
 	},
 	{	/* Byte 7 */
-		{ "<no. 56>",		0x01		},	/* Bit 1 */
+		{ "<LSTO>",		LMP_LSTO	},	/* Bit 1 */
 		{ "<no. 57>",		0x02		},	/* Bit 1 */
 		{ "<no. 58>",		0x04		},	/* Bit 2 */
 		{ "<no. 59>",		0x08		},	/* Bit 3 */