summaryrefslogtreecommitdiff
path: root/tools/smp-tester.c
diff options
context:
space:
mode:
authorArman Uguray <armansito@chromium.org>2015-05-04 16:28:12 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-05-05 14:48:05 +0300
commit0309b17f194f65878c9afc4c0b4c51128d51a6ad (patch)
tree8e0875acd44bd47585e8b1ea25a136d9087082c3 /tools/smp-tester.c
parentb57f335c5008ba3cad74cc8c68be2952266d96cf (diff)
downloadbluez-0309b17f194f65878c9afc4c0b4c51128d51a6ad.tar.gz
tools/smp-tester: Remove unused variable.
This patch removes three unused variables from tools/smp-tester.c.
Diffstat (limited to 'tools/smp-tester.c')
-rw-r--r--tools/smp-tester.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/smp-tester.c b/tools/smp-tester.c
index ab77b24e5..c44dc2df1 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) },