From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Folder depth is bit 10 of the parameters not the PDU operands --- v2: Make use of MIN macro to check player name length and fix zero length check for folder. 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 85da0c0..97961da 100644 --- a/profiles/audio/avrcp.c +++ b/profiles/audio/avrcp.c @@ -1943,7 +1943,7 @@ static gboolean avrcp_set_browsed_player_rsp(struct avctp *conn, items = bt_get_be32(&pdu->params[3]); - depth = operands[9]; + depth = pdu->params[9]; folders = g_new0(char *, depth + 2); folders[0] = g_strdup("/Filesystem"); -- 1.8.1.4 -- 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