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
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,
&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();