From 37b90a9581a9a388d6c952549644eaf49fe91408 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 2 Feb 2013 11:18:39 +0100 Subject: [PATCH] monitor: Fix wrong supported commands bit value --- monitor/packet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor/packet.c b/monitor/packet.c index 6ff4c17a1..503da75ab 100644 --- a/monitor/packet.c +++ b/monitor/packet.c @@ -3945,7 +3945,7 @@ static const struct opcode_data opcode_table[] = { read_inquiry_resp_tx_power_rsp, 2, true }, { 0x0c59, 145, "Write Inquiry Transmit Power Level" }, { 0x0c5a, 146, "Read Default Erroneous Reporting" }, - { 0x0c5b, 146, "Write Default Erroneous Reporting" }, + { 0x0c5b, 147, "Write Default Erroneous Reporting" }, /* reserved commands */ { 0x0c5f, 158, "Enhanced Flush", enhanced_flush_cmd, 3, true }, -- 2.47.3