Diff between 645da8e857f0c49b3f706edc6afc6fb48df3ffc8 and c7a5f3f460ed668b00ae020771e6697df261ba6c

Changed Files

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

Full Patch

diff --git a/tools/smp-tester.c b/tools/smp-tester.c
index 4fc4d34..f29ec1c 100644
--- a/tools/smp-tester.c
+++ b/tools/smp-tester.c
@@ -243,7 +243,7 @@ static const struct smp_server_data smp_server_nval_req_2_test = {
 static const uint8_t smp_basic_req_1[] = {	0x01,	/* Pairing Request */
 						0x03,	/* NoInputNoOutput */
 						0x00,	/* OOB Flag */
-						0x00,	/* SMP auth none */
+						0x01,	/* Bonding - no MITM */
 						0x10,	/* Max key size */
 						0x00,	/* Init. key dist. */
 						0x01,	/* Rsp. key dist. */