From 1ba3b0978c73153513cfe016435e1e930038fbd4 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 7 Feb 2006 07:48:11 +0000 Subject: Add features bit for pause encryption --- src/hci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hci.c') diff --git a/src/hci.c b/src/hci.c index 6a33d3c4..9e81653c 100644 --- a/src/hci.c +++ b/src/hci.c @@ -583,7 +583,7 @@ static hci_map lmp_features_map[8][9] = { { /* Byte 5 */ { "<5-slot EDR ACL>", LMP_EDR_5SLOT }, /* Bit 0 */ { "", LMP_SNIFF_SUBR }, /* Bit 1 */ - { "", 0x04 }, /* Bit 2 */ + { "", LMP_PAUSE_ENC }, /* Bit 2 */ { "", LMP_AFH_CAP_MST }, /* Bit 3 */ { "",LMP_AFH_CLS_MST }, /* Bit 4 */ { "", LMP_EDR_ESCO_2M }, /* Bit 5 */ -- cgit