Diff between 98ade945ee34a81d85b456bbbbfc371b4659330c and f000a57ee5eb2dfff8ba259b8d3dbf7b3a80bc5e

Changed Files

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

Full Patch

diff --git a/tools/mgmt-tester.c b/tools/mgmt-tester.c
index c813314..e69c9e3 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,