--- audio/avrcp.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/audio/avrcp.c b/audio/avrcp.c index e5b51db..6e8b8ff 100644 --- a/audio/avrcp.c +++ b/audio/avrcp.c @@ -591,7 +591,7 @@ static int avrcp_send_event(struct media_player *mp, uint8_t id, void *data) err = avctp_send_vendordep(mp->session, mp->transaction_events[id], AVC_CTYPE_CHANGED, AVC_SUBUNIT_PANEL, - buf, size); + buf, size + AVRCP_HEADER_LENGTH); if (err < 0) return err; -- 1.7.6.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