From f000a57ee5eb2dfff8ba259b8d3dbf7b3a80bc5e Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 28 Jul 2014 23:01:35 +0300 Subject: [PATCH] mgmt-tester: Update expected LE Host Supported command parameters --- tools/mgmt-tester.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mgmt-tester.c b/tools/mgmt-tester.c index c813314fb..e69c9e34e 100644 --- a/tools/mgmt-tester.c +++ b/tools/mgmt-tester.c @@ -1418,7 +1418,7 @@ static const char set_le_invalid_param[] = { 0x02 }; static const char set_le_garbage_param[] = { 0x01, 0x00 }; static const char set_le_settings_param_1[] = { 0x80, 0x02, 0x00, 0x00 }; static const char set_le_settings_param_2[] = { 0x81, 0x02, 0x00, 0x00 }; -static const char set_le_on_write_le_host_param[] = { 0x01, 0x01 }; +static const char set_le_on_write_le_host_param[] = { 0x01, 0x00 }; static const struct generic_data set_le_on_success_test_1 = { .send_opcode = MGMT_OP_SET_LE, -- 2.47.3