From 35b7d4b353ba6d136db5a30f97b2867cf625f3a7 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 30 Oct 2013 16:12:32 +0200 Subject: [PATCH] tools/mgmt-tester: Rename 'LE-only' to 'LE' for nicer logs --- tools/mgmt-tester.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/tools/mgmt-tester.c b/tools/mgmt-tester.c index 99e2e9b1e..e2fe73d56 100644 --- a/tools/mgmt-tester.c +++ b/tools/mgmt-tester.c @@ -2766,7 +2766,7 @@ int main(int argc, char *argv[]) NULL, NULL, controller_setup); test_bredr("Controller setup (BR/EDR-only)", NULL, NULL, controller_setup); - test_le("Controller setup (LE-only)", + test_le("Controller setup (LE)", NULL, NULL, controller_setup); test_bredrle("Invalid command", @@ -2852,13 +2852,13 @@ int main(int argc, char *argv[]) &set_connectable_on_invalid_index_test, NULL, test_command_generic); - test_le("Set connectable on (LE-only) - Success 1", + test_le("Set connectable on (LE) - Success 1", &set_connectable_on_le_test_1, NULL, test_command_generic); - test_le("Set connectable on (LE-only) - Success 2", + test_le("Set connectable on (LE) - Success 2", &set_connectable_on_le_test_2, NULL, test_command_generic); - test_le("Set connectable on (LE-only) - Success 3", + test_le("Set connectable on (LE) - Success 3", &set_connectable_on_le_test_3, NULL, test_command_generic); @@ -2872,16 +2872,16 @@ int main(int argc, char *argv[]) &set_connectable_off_success_test_3, NULL, test_command_generic); - test_le("Set connectable off (LE-only) - Success 1", + test_le("Set connectable off (LE) - Success 1", &set_connectable_off_le_test_1, NULL, test_command_generic); - test_le("Set connectable off (LE-only) - Success 2", + test_le("Set connectable off (LE) - Success 2", &set_connectable_off_le_test_2, NULL, test_command_generic); - test_le("Set connectable off (LE-only) - Success 3", + test_le("Set connectable off (LE) - Success 3", &set_connectable_off_le_test_3, NULL, test_command_generic); - test_le("Set connectable off (LE-only) - Success 4", + test_le("Set connectable off (LE) - Success 4", &set_connectable_off_le_test_4, NULL, test_command_generic); @@ -2941,7 +2941,7 @@ int main(int argc, char *argv[]) test_bredrle("Set discoverable on - Success 2", &set_discoverable_on_success_test_2, NULL, test_command_generic); - test_le("Set discoverable on (LE-only) - Success 1", + test_le("Set discoverable on (LE) - Success 1", &set_discov_on_le_success_1, NULL, test_command_generic); test_bredrle("Set discoverable off - Success 1", @@ -2959,7 +2959,7 @@ int main(int argc, char *argv[]) test_bredrle("Set limited discoverable on - Success 3", &set_limited_discov_on_success_3, NULL, test_command_generic); - test_le("Set limited discoverable on (LE-only) - Success 1", + test_le("Set limited discoverable on (LE) - Success 1", &set_limited_discov_on_le_success_1, NULL, test_command_generic); -- 2.47.3