From 8ffff6d3b14d2be971563e9271b810924714ae68 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Sat, 29 Apr 2017 14:16:32 +0300 Subject: [PATCH] smp-tester: Add CT2 to expected valid SMP PDU --- tools/smp-tester.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/smp-tester.c b/tools/smp-tester.c index 90b091e04..c32519e0c 100644 --- a/tools/smp-tester.c +++ b/tools/smp-tester.c @@ -416,7 +416,7 @@ static void user_confirm_request_callback(uint16_t index, uint16_t length, static const uint8_t smp_sc_req_1[] = { 0x01, /* Pairing Request */ 0x03, /* NoInputNoOutput */ 0x00, /* OOB Flag */ - 0x09, /* Bonding - no MITM, SC */ + 0x29, /* Bonding - no MITM, SC, CT2 */ 0x10, /* Max key size */ 0x0d, /* Init. key dist. */ 0x0d, /* Rsp. key dist. */ -- 2.47.3