Diff between 6a246e93843bd28f703d631f8c1f7cc139e585b6 and 70f908767216c36bdcf0243474194c782eb95ec9

Changed Files

File Additions Deletions Status
android/tester-gatt.c +4 -3 modified

Full Patch

diff --git a/android/tester-gatt.c b/android/tester-gatt.c
index d37172c..5d18bf0 100644
--- a/android/tester-gatt.c
+++ b/android/tester-gatt.c
@@ -1531,7 +1531,8 @@ static struct test_case test_cases[] = {
 		ACTION_SUCCESS(bluetooth_disable_action, NULL),
 		CALLBACK_STATE(CB_BT_ADAPTER_STATE_CHANGED, BT_STATE_OFF),
 	),
-	TEST_CASE_BREDRLE("Gatt Client - Read Characteristic - Ins. Author.",
+
+	TEST_CASE_BREDRLE("Gatt Client - Read Characteristic - Insuf. Auth.",
 		ACTION_SUCCESS(init_pdus, read_characteristic_2),
 		ACTION_SUCCESS(bluetooth_enable_action, NULL),
 		CALLBACK_STATE(CB_BT_ADAPTER_STATE_CHANGED, BT_STATE_ON),
@@ -1631,7 +1632,7 @@ static struct test_case test_cases[] = {
 		ACTION_SUCCESS(bluetooth_disable_action, NULL),
 		CALLBACK_STATE(CB_BT_ADAPTER_STATE_CHANGED, BT_STATE_OFF),
 	),
-	TEST_CASE_BREDRLE("Gatt Client - Read Descriptor - Ins. Author.",
+	TEST_CASE_BREDRLE("Gatt Client - Read Descriptor - Insuf. Auth.",
 		ACTION_SUCCESS(init_pdus, read_descriptor_2),
 		ACTION_SUCCESS(init_read_params_action, &set_read_param_5),
 		ACTION_SUCCESS(bluetooth_enable_action, NULL),
@@ -1767,7 +1768,7 @@ static struct test_case test_cases[] = {
 		ACTION_SUCCESS(bluetooth_disable_action, NULL),
 		CALLBACK_STATE(CB_BT_ADAPTER_STATE_CHANGED, BT_STATE_OFF),
 	),
-	TEST_CASE_BREDRLE("Gatt Client - Write Characteristic - Ins. Author.",
+	TEST_CASE_BREDRLE("Gatt Client - Write Characteristic - Insuf. Auth.",
 		ACTION_SUCCESS(init_pdus, write_characteristic_3),
 		ACTION_SUCCESS(bluetooth_enable_action, NULL),
 		CALLBACK_STATE(CB_BT_ADAPTER_STATE_CHANGED, BT_STATE_ON),