summaryrefslogtreecommitdiff
path: root/tools/smp-tester.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2014-08-11 11:51:18 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2014-08-11 21:20:33 +0300
commitc6a0c46151beded4b8f68ef44189795cec081bae (patch)
tree037a959ae4b3d57939484cac1ba163084eebf96d /tools/smp-tester.c
parentdf9ef19b38b6b3266f6ef510387e2be809f208ef (diff)
downloadbluez-c6a0c46151beded4b8f68ef44189795cec081bae.tar.gz
smp-tester: Fix typo in using correct data
Diffstat (limited to 'tools/smp-tester.c')
-rw-r--r--tools/smp-tester.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/smp-tester.c b/tools/smp-tester.c
index 786367cdb..a9a883059 100644
--- a/tools/smp-tester.c
+++ b/tools/smp-tester.c
@@ -286,7 +286,7 @@ static const uint8_t smp_nval_req_3[] = { 0x01, 0xff };
static const uint8_t smp_nval_req_3_rsp[] = { 0x05, 0x0a };
static const struct smp_req_rsp srv_nval_req_2[] = {
- { smp_nval_req_2, sizeof(smp_nval_req_3),
+ { smp_nval_req_3, sizeof(smp_nval_req_3),
smp_nval_req_3_rsp, sizeof(smp_nval_req_3_rsp) },
};