From f6b4d248ed946560e644c0f7354696b3abceaf37 Mon Sep 17 00:00:00 2001 From: Andrzej Kaczmarek Date: Tue, 11 Feb 2014 17:58:16 +0100 Subject: [PATCH] android/tester: Update test data Trying to listen on already assigned channel will now return busy status instead of just fail. --- android/android-tester.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/android-tester.c b/android/android-tester.c index d635732d3..9605c4d48 100644 --- a/android/android-tester.c +++ b/android/android-tester.c @@ -2757,7 +2757,7 @@ static const struct socket_data btsock_inv_listen_listen = { .service_uuid = NULL, .service_name = "Test service", .flags = 0, - .expected_status = BT_STATUS_FAIL, + .expected_status = BT_STATUS_BUSY, .test_channel = true, }; -- 2.47.3