From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> 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 b443a40..a49a0a2 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, -- 1.8.5.3 -- 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