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 870ad8d..9198514 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, }; -- 1.8.5.3 -- 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