Diff between b57f335c5008ba3cad74cc8c68be2952266d96cf and 0309b17f194f65878c9afc4c0b4c51128d51a6ad

Changed Files

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

Full Patch

diff --git a/tools/smp-tester.c b/tools/smp-tester.c
index ab77b24..c44dc2d 100644
--- a/tools/smp-tester.c
+++ b/tools/smp-tester.c
@@ -326,13 +326,6 @@ static const struct smp_data smp_server_nval_req_3_test = {
 	.req_count = G_N_ELEMENTS(srv_nval_req_2),
 };
 
-static const uint8_t smp_nval_req_4[] = { 0xff, 0xff };
-static const uint8_t smp_nval_req_4_rsp[] = { 0x05, 0x07 };
-
-static const struct smp_req_rsp srv_nval_req_3[] = {
-	{ smp_nval_req_4, sizeof(smp_nval_req_4), NULL, 0 },
-};
-
 static const uint8_t smp_basic_req_1[] = {	0x01,	/* Pairing Request */
 						0x03,	/* NoInputNoOutput */
 						0x00,	/* OOB Flag */
@@ -455,8 +448,6 @@ static const uint8_t smp_sc_rsp_1[] = {	0x02,	/* Pairing Response */
 
 static const uint8_t smp_sc_pk[65] = { 0x0c };
 
-static const uint8_t smp_sc_failed_rsp_1[] = { 0x05, 0x08 };
-
 static const struct smp_req_rsp cli_sc_req_2[] = {
 	{ NULL, 0, smp_sc_req_1, sizeof(smp_sc_req_1) },
 	{ smp_sc_rsp_1, sizeof(smp_sc_rsp_1), smp_sc_pk, sizeof(smp_sc_pk) },