summaryrefslogtreecommitdiff
path: root/android/avdtptest.c
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2014-09-03 15:13:43 +0200
committerSzymon Janc <szymon.janc@tieto.com>2014-09-03 16:55:14 +0200
commit4fc3bd0466cd5d15140c580d90af9f374925d39f (patch)
treed22f32f9406d0904d2ac26bc8e1f9e5db741e82f /android/avdtptest.c
parent4b387bf70968558ab322678038e665485f4f86b7 (diff)
downloadbluez-4fc3bd0466cd5d15140c580d90af9f374925d39f.tar.gz
android/avdtptest: Enable delay reporting
Diffstat (limited to 'android/avdtptest.c')
-rw-r--r--android/avdtptest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/avdtptest.c b/android/avdtptest.c
index d1f2ef4a1..d520bc022 100644
--- a/android/avdtptest.c
+++ b/android/avdtptest.c
@@ -856,7 +856,7 @@ int main(int argc, char *argv[])
}
local_sep = avdtp_register_sep(dev_role, AVDTP_MEDIA_TYPE_AUDIO,
- 0x00, FALSE, &sep_ind, &sep_cfm, NULL);
+ 0x00, TRUE, &sep_ind, &sep_cfm, NULL);
if (!local_sep) {
printf("Failed to register sep\n");
exit(0);