From 7575a227c3ad282247c288fa8def69d9dcd7603f Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 21 Nov 2005 10:26:56 +0000 Subject: Add constants for sniff subrating --- src/hci.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/hci.c b/src/hci.c index d21ef274..a70fba9b 100644 --- a/src/hci.c +++ b/src/hci.c @@ -444,6 +444,9 @@ static hci_map commands_map[] = { { "Reserved", 135 }, { "Read Extended Inquiry Response", 136 }, { "Write Extended Inquiry Response", 137 }, + { "Unknown", 138 }, + { "Unknown", 139 }, + { "Sniff Subrate", 140 }, { NULL } }; @@ -578,7 +581,7 @@ static hci_map lmp_features_map[8][9] = { }, { /* Byte 5 */ { "<5-slot EDR ACL>", LMP_EDR_5SLOT }, /* Bit 0 */ - { "", 0x02 }, /* Bit 1 */ + { "", LMP_SNIFF_SUBR }, /* Bit 1 */ { "", 0x04 }, /* Bit 2 */ { "", LMP_AFH_CAP_MST }, /* Bit 3 */ { "",LMP_AFH_CLS_MST }, /* Bit 4 */ -- cgit