From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> --- android/android-tester.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/android-tester.c b/android/android-tester.c index 2bb7d73..bb3f883 100644 --- a/android/android-tester.c +++ b/android/android-tester.c @@ -804,11 +804,11 @@ int main(int argc, char *argv[]) test_bredrle("Test Socket Init", NULL, setup_socket_interface, test_dummy, teardown); - test_bredrle("Test Socket Listen - Invalid sock type", + test_bredrle("Test Socket Listen - Invalid: sock_type 0", &btsock_inv_param_socktype, setup_socket_interface, test_generic_listen, teardown); - test_bredrle("Test Socket Listen - Invalid: L2CAP", + test_bredrle("Test Socket Listen - Invalid: sock_type L2CAP", &btsock_inv_param_socktype_l2cap, setup_socket_interface, test_generic_listen, teardown); -- 1.8.3.2 -- 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