diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2005-11-02 13:19:55 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2005-11-02 13:19:55 +0000 | 
| commit | a097798c889cef47144b3cce2118c5d9e914864c (patch) | |
| tree | 33dc11a8a6707d1c99299e1d1bb96cb571b4b15e | |
| parent | 96d225b71e83cf4f958afa56e87312d67f5a1118 (diff) | |
Remove decoding of flow control feature bits
| -rw-r--r-- | src/hci.c | 3 | 
1 files changed, 0 insertions, 3 deletions
@@ -551,9 +551,6 @@ static hci_map lmp_features_map[8][9] = {  		{ "<paging scheme>",	LMP_PSCHEME	},	/* Bit 1 */  		{ "<power control>",	LMP_PCONTROL	},	/* Bit 2 */  		{ "<transparent SCO>",	LMP_TRSP_SCO	},	/* Bit 3 */ -		{ "<flow control (LSB)",0x10		},	/* Bit 4 */ -		{ "<flow control (MB)",	0x20		},	/* Bit 5 */ -		{ "<flow control (MSB)",0x40		},	/* Bit 6 */  		{ "<broadcast encrypt>",LMP_BCAST_ENC	},	/* Bit 7 */  		{ NULL }  	},  | 
