aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorJaikumar Ganesh <jaikumar@google.com>2010-09-20 14:13:13 -0700
committerJaikumar Ganesh <jaikumar@google.com>2011-03-30 13:57:17 -0700
commit996ef1c22b856afe43096778932a16c305919ce5 (patch)
tree56e25d8a49a749069a25d6343dad399491b262e5 /audio
parentc877de5b95bec7b9b8077723db5b37b1933311f7 (diff)
downloadbluez-996ef1c22b856afe43096778932a16c305919ce5.tar.gz
A2dp SDP record: We only support player category.
Change-Id: I6eaf6b2ad1eb99c0c163d4d1131d851ec6781cb6
Diffstat (limited to 'audio')
-rw-r--r--audio/a2dp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/a2dp.c b/audio/a2dp.c
index 279dcaea..949388b2 100644
--- a/audio/a2dp.c
+++ b/audio/a2dp.c
@@ -1298,6 +1298,9 @@ static sdp_record_t *a2dp_record(uint8_t type, uint16_t avdtp_ver)
uint16_t lp = AVDTP_UUID;
uint16_t a2dp_ver = 0x0102, feat = 0x000f;
+#ifdef ANDROID
+ feat = 0x0001;
+#endif
record = sdp_record_alloc();
if (!record)
return NULL;