Diff between 385c0a22e322738879f7dfe1ac13a49d6e23e08f and 51be5d34e40d59833bd92c993520c50ea308ccf1

Changed Files

File Additions Deletions Status
tools/mgmt-tester.c +3 -3 modified

Full Patch

diff --git a/tools/mgmt-tester.c b/tools/mgmt-tester.c
index 3368dcf..7d101d4 100644
--- a/tools/mgmt-tester.c
+++ b/tools/mgmt-tester.c
@@ -2992,8 +2992,8 @@ static const struct generic_data add_device_success_2 = {
 
 static const uint8_t add_device_success_param_3[] = {
 					0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc,
+					0x01,
 					0x02,
-					0x00,
 };
 static const struct generic_data add_device_success_3 = {
 	.send_opcode = MGMT_OP_ADD_DEVICE,
@@ -4388,10 +4388,10 @@ int main(int argc, char *argv[])
 				&add_device_success_1,
 				NULL, test_command_generic);
 	test_bredrle("Add Device - Success 2",
-				&add_device_success_1,
+				&add_device_success_2,
 				NULL, test_command_generic);
 	test_bredrle("Add Device - Success 3",
-				&add_device_success_1,
+				&add_device_success_3,
 				NULL, test_command_generic);
 
 	return tester_run();