From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> --- parser/avrcp.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/parser/avrcp.c b/parser/avrcp.c index ff6862d..1b3afad 100644 --- a/parser/avrcp.c +++ b/parser/avrcp.c @@ -473,6 +473,12 @@ void avrcp_dump(int level, struct frame *frm) return; } + /* Not implemented should not contain any operand */ + if (ctype == AVC_CTYPE_NOT_IMPLEMENTED) { + raw_dump(level, frm); + return; + } + switch (opcode) { case AVC_OP_PASSTHROUGH: avrcp_passthrough_dump(level + 1, frm); -- 1.7.6 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html