From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> The only mandatory feature for 1.4 is absolute volume control which is now supported. --- audio/avrcp.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/audio/avrcp.c b/audio/avrcp.c index 5c8328f..a1f49ea 100644 --- a/audio/avrcp.c +++ b/audio/avrcp.c @@ -243,7 +243,7 @@ static sdp_record_t *avrcp_tg_record(void) sdp_record_t *record; sdp_data_t *psm, *version, *features; uint16_t lp = AVCTP_PSM; - uint16_t avrcp_ver = 0x0103, avctp_ver = 0x0103, feat = 0x000f; + uint16_t avrcp_ver = 0x0104, avctp_ver = 0x0103, feat = 0x000f; record = sdp_record_alloc(); if (!record) -- 1.7.7.6 -- 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