Diff between 3589834a32ae65fb55e1f0c72040cde6b3255e02 and eda66f7074e2ef79feed80626864eeb2a3825298

Changed Files

File Additions Deletions Status
tools/smp-tester.c +2 -2 modified

Full Patch

diff --git a/tools/smp-tester.c b/tools/smp-tester.c
index 20429a9..b8a9d30 100644
--- a/tools/smp-tester.c
+++ b/tools/smp-tester.c
@@ -493,7 +493,7 @@ static const uint8_t smp_basic_req_1[] = {	0x01,	/* Pairing Request */
 						0x00,	/* OOB Flag */
 						0x01,	/* Bonding - no MITM */
 						0x10,	/* Max key size */
-						0x00,	/* Init. key dist. */
+						0x01,	/* Init. key dist. */
 						0x01,	/* Rsp. key dist. */
 };
 static const uint8_t smp_basic_req_1_rsp[] = {	0x02,	/* Pairing Response */
@@ -501,7 +501,7 @@ static const uint8_t smp_basic_req_1_rsp[] = {	0x02,	/* Pairing Response */
 						0x00,	/* OOB Flag */
 						0x01,	/* Bonding - no MITM */
 						0x10,	/* Max key size */
-						0x00,	/* Init. key dist. */
+						0x01,	/* Init. key dist. */
 						0x01,	/* Rsp. key dist. */
 };