From eddda4ea960b48688bce550fa490c708e15d54d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Paulo=20Rechi=20Vita?= Date: Fri, 11 Jan 2013 17:25:34 -0300 Subject: [PATCH] audio: Bump AVRCP CT version to 1.5 --- 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 8bd5fb6d0..19b672183 100644 --- a/profiles/audio/avrcp.c +++ b/profiles/audio/avrcp.c @@ -231,7 +231,7 @@ static sdp_record_t *avrcp_ct_record(void) sdp_record_t *record; sdp_data_t *psm, *version, *features; uint16_t lp = AVCTP_CONTROL_PSM; - uint16_t avrcp_ver = 0x0103, avctp_ver = 0x0103; + uint16_t avrcp_ver = 0x0105, avctp_ver = 0x0103; uint16_t feat = ( AVRCP_FEATURE_CATEGORY_1 | AVRCP_FEATURE_CATEGORY_2 | AVRCP_FEATURE_CATEGORY_3 | -- 2.47.3