From d31625846d85c6a211a29c63cc049ec8df4dc05a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 17 Nov 2012 01:54:19 +0900 Subject: [PATCH] monitor: Fix typo with Read Stored Link Keys command --- monitor/packet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor/packet.c b/monitor/packet.c index d43e7b04c..76c612e21 100644 --- a/monitor/packet.c +++ b/monitor/packet.c @@ -3132,7 +3132,7 @@ static const struct opcode_data opcode_table[] = { status_rsp, 1, true }, /* reserved command */ { 0x0c0d, "Read Stored Link Key", - read_stored_link_key_cmd, 8, true, + read_stored_link_key_cmd, 7, true, read_stored_link_key_rsp, 5, true }, /* reserved commands */ { 0x0c11, "Write Stored Link Key", -- 2.47.3