From 0d4e116e38bffc5255e363dfebfc93ca87d085b0 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Sun, 16 Mar 2014 15:44:54 +0200 Subject: [PATCH] unit/test-avrcp: Fix invalid PDU for test /TP/PAS/BV-04-C GetPlayerAttributeText needs at least one parameter otherwise it can be considered invalid. --- unit/test-avrcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit/test-avrcp.c b/unit/test-avrcp.c index b443a406e..a49a0a2e5 100644 --- a/unit/test-avrcp.c +++ b/unit/test-avrcp.c @@ -670,7 +670,7 @@ int main(int argc, char *argv[]) raw_pdu(0x00, 0x11, 0x0e, 0x01, 0x48, 0x00, 0x00, 0x19, 0x58, AVRCP_GET_PLAYER_ATTRIBUTE_TEXT, - 0x00, 0x00, 0x00), + 0x00, 0x00, 0x01, 0x00), raw_pdu(0x02, 0x11, 0x0e, 0x0c, 0x48, 0x00, 0x00, 0x19, 0x58, AVRCP_GET_PLAYER_ATTRIBUTE_TEXT, -- 2.47.3