From 51be5d34e40d59833bd92c993520c50ea308ccf1 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 30 Jul 2014 13:04:02 +0300 Subject: [PATCH] mgmt-tester: Fix up Add Device success tests --- tools/mgmt-tester.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/mgmt-tester.c b/tools/mgmt-tester.c index 3368dcfd1..7d101d4ff 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(); -- 2.47.3