From bd32364c67096744a9a614ddce55f2bec532c52c Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 2 Feb 2009 12:26:09 -0800 Subject: Set AVRCP version 1.0 since nothing else is implemented --- audio/control.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/audio/control.c b/audio/control.c index 5579f5c2..1a3e17b4 100644 --- a/audio/control.c +++ b/audio/control.c @@ -183,7 +183,7 @@ static sdp_record_t *avrcp_ct_record() sdp_list_t *aproto, *proto[2]; sdp_record_t *record; sdp_data_t *psm, *version, *features; - uint16_t lp = AVCTP_PSM, ver = 0x0103, feat = 0x000f; + uint16_t lp = AVCTP_PSM, ver = 0x0100, feat = 0x000f; record = sdp_record_alloc(); if (!record) @@ -246,7 +246,7 @@ static sdp_record_t *avrcp_tg_record() sdp_list_t *aproto, *proto[2]; sdp_record_t *record; sdp_data_t *psm, *version, *features; - uint16_t lp = AVCTP_PSM, ver = 0x0103, feat = 0x000f; + uint16_t lp = AVCTP_PSM, ver = 0x0100, feat = 0x000f; record = sdp_record_alloc(); if (!record) -- cgit