--- android/avdtptest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/avdtptest.c b/android/avdtptest.c index d1f2ef4..d520bc0 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); -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html