summaryrefslogtreecommitdiff
path: root/tools/smp-tester.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2014-02-03 07:40:43 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2014-02-03 07:44:18 +0200
commiteda66f7074e2ef79feed80626864eeb2a3825298 (patch)
tree161d3d329c5b482030417b81622a080689cc25f5 /tools/smp-tester.c
parent3589834a32ae65fb55e1f0c72040cde6b3255e02 (diff)
downloadbluez-eda66f7074e2ef79feed80626864eeb2a3825298.tar.gz
tools/smp-tester: Fix expected key distribution to match latest bluetooth-next
Diffstat (limited to 'tools/smp-tester.c')
-rw-r--r--tools/smp-tester.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/smp-tester.c b/tools/smp-tester.c
index 20429a922..b8a9d30b7 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. */
};