From ce2ecab244247cf43053c62fea2fe2924d6a1c80 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 11 Jan 2014 20:19:04 -0800 Subject: [PATCH] android: Change BREDR into BR/EDR for test case descriptions --- android/android-tester.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/android/android-tester.c b/android/android-tester.c index 00059c4e6..158a1e7f0 100644 --- a/android/android-tester.c +++ b/android/android-tester.c @@ -2276,27 +2276,27 @@ int main(int argc, char *argv[]) setup_enabled_adapter, test_setprop_scanmode_none_done, teardown); - test_bredrle("Bluetooth BREDR Discovery Start - Success", + test_bredrle("Bluetooth BR/EDR Discovery Start - Success", &bluetooth_discovery_start_success_test, setup_enabled_adapter, test_discovery_start_success, teardown); - test_bredrle("Bluetooth BREDR Discovery Start - Success 2", + test_bredrle("Bluetooth BR/EDR Discovery Start - Success 2", &bluetooth_discovery_start_success2_test, setup_enabled_adapter, test_discovery_start_done, teardown); - test_bredrle("Bluetooth BREDR Discovery Stop - Success", + test_bredrle("Bluetooth BR/EDR Discovery Stop - Success", &bluetooth_discovery_stop_success_test, setup_enabled_adapter, test_discovery_stop_success, teardown); - test_bredrle("Bluetooth BREDR Discovery Stop - Success 2", + test_bredrle("Bluetooth BR/EDR Discovery Stop - Success 2", &bluetooth_discovery_stop_success2_test, setup_enabled_adapter, test_discovery_stop_done, teardown); - test_bredrle("Bluetooth BREDR Discovery Device Found", + test_bredrle("Bluetooth BR/EDR Discovery Device Found", &bluetooth_discovery_device_found_test, setup_enabled_adapter, test_discovery_device_found, teardown); -- 2.47.3