summaryrefslogtreecommitdiff
path: root/tools/smp-tester.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2017-04-29 14:16:32 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2017-04-29 14:16:32 +0300
commit8ffff6d3b14d2be971563e9271b810924714ae68 (patch)
tree3833b11455aa5a20bb246664ab4244709af9630b /tools/smp-tester.c
parent56178b62564b26d3ff033fe7f5cae600e8826144 (diff)
downloadbluez-8ffff6d3b14d2be971563e9271b810924714ae68.tar.gz
smp-tester: Add CT2 to expected valid SMP PDU
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 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. */