Diff between 025d2ef81245cce52539339d18deb6e72e1d7ba8 and 8d181e4e4a06996bc9550cf5dee250f57fe36f5f

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 ac27b85..2429091 100644
--- a/tools/mgmt-tester.c
+++ b/tools/mgmt-tester.c
@@ -3106,7 +3106,7 @@ static const void *pair_device_expect_param_func(uint16_t *len)
 
 static uint16_t settings_powered_bondable[] = { MGMT_OP_SET_BONDABLE,
 						MGMT_OP_SET_POWERED, 0 };
-static uint8_t auth_req_param[] = { 0x2a, 0x00 };
+static uint8_t auth_req_param[] = { 0x01, 0x00 };
 static uint8_t pair_device_pin[] = { 0x30, 0x30, 0x30, 0x30 }; /* "0000" */
 
 static const struct generic_data pair_device_success_test_1 = {