From 8cf50c848aa6aa1ec99535e812d566dbcb5832eb Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 14 Mar 2014 12:53:31 +0200 Subject: [PATCH] tools/smp-tester: Expect signing key with recent kernels --- tools/smp-tester.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/smp-tester.c b/tools/smp-tester.c index 40ede7222..71af59eb8 100644 --- a/tools/smp-tester.c +++ b/tools/smp-tester.c @@ -506,16 +506,16 @@ static const uint8_t smp_basic_req_1[] = { 0x01, /* Pairing Request */ 0x00, /* OOB Flag */ 0x01, /* Bonding - no MITM */ 0x10, /* Max key size */ - 0x01, /* Init. key dist. */ - 0x01, /* Rsp. key dist. */ + 0x05, /* Init. key dist. */ + 0x05, /* Rsp. key dist. */ }; static const uint8_t smp_basic_req_1_rsp[] = { 0x02, /* Pairing Response */ 0x03, /* NoInputNoOutput */ 0x00, /* OOB Flag */ 0x01, /* Bonding - no MITM */ 0x10, /* Max key size */ - 0x01, /* Init. key dist. */ - 0x01, /* Rsp. key dist. */ + 0x05, /* Init. key dist. */ + 0x05, /* Rsp. key dist. */ }; static const uint8_t smp_confirm_req_1[17] = { 0x03 }; -- 2.47.3