diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2009-02-02 12:26:09 -0800 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2009-02-02 12:26:09 -0800 |
commit | bd32364c67096744a9a614ddce55f2bec532c52c (patch) | |
tree | c7414de33a59cda1d05d6feff7af17622a34389d | |
parent | 2f906d7676a512b5a7da1d396aaf56c0b58da86a (diff) |
Set AVRCP version 1.0 since nothing else is implemented
-rw-r--r-- | audio/control.c | 4 |
1 files 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) |