From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Folder type is the 9 octet not the 10. --- profiles/audio/avrcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/audio/avrcp.c b/profiles/audio/avrcp.c index 63a6f7e..2cf6b41 100644 --- a/profiles/audio/avrcp.c +++ b/profiles/audio/avrcp.c @@ -2150,7 +2150,7 @@ static struct media_item *parse_media_folder(struct avrcp *session, return NULL; uid = bt_get_be64(&operands[0]); - type = operands[9]; + type = operands[8]; namelen = MIN(bt_get_be16(&operands[12]), sizeof(name) - 1); if (namelen > 0) { -- 1.8.4.2 -- 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