From a097798c889cef47144b3cce2118c5d9e914864c Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 2 Nov 2005 13:19:55 +0000 Subject: Remove decoding of flow control feature bits --- src/hci.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/hci.c b/src/hci.c index eeb171a1..d21ef274 100644 --- a/src/hci.c +++ b/src/hci.c @@ -551,9 +551,6 @@ static hci_map lmp_features_map[8][9] = { { "", LMP_PSCHEME }, /* Bit 1 */ { "", LMP_PCONTROL }, /* Bit 2 */ { "", LMP_TRSP_SCO }, /* Bit 3 */ - { "",LMP_BCAST_ENC }, /* Bit 7 */ { NULL } }, -- cgit