diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2006-07-27 01:23:04 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2006-07-27 01:23:04 +0000 | 
| commit | 57834785d5445439c2abbc19903566f050bc98a2 (patch) | |
| tree | bf20a8d38b46132017a0a39f8468341afe0989e1 /src | |
| parent | 39519245f25c517424d1f2ccbed07777c8e060fa (diff) | |
Add features bit for link supervision timeout
Diffstat (limited to 'src')
| -rw-r--r-- | src/hci.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -605,7 +605,7 @@ static hci_map lmp_features_map[8][9] = {  		{ 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 */ | 
