From dbd3dfa5cc6fb56b395ec35ac39b0e5af19eee9b Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 22 May 2014 22:32:27 +0300 Subject: [PATCH] smp-tester: Use BR/EDR/LE controller instead of LE-only With secure connections we'll be able to do cross-transport key generation as well as SMP signaling over BR/EDR, so we'll need a dual-mode controller for this. --- 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 6ad4cf138..85ceed783 100644 --- a/tools/smp-tester.c +++ b/tools/smp-tester.c @@ -274,7 +274,7 @@ static void test_condition_complete(struct test_data *data) user = calloc(1, sizeof(struct test_data)); \ if (!user) \ break; \ - user->hciemu_type = HCIEMU_TYPE_LE; \ + user->hciemu_type = HCIEMU_TYPE_BREDRLE; \ user->test_data = data; \ tester_add_full(name, data, \ test_pre_setup, setup, func, NULL, \ -- 2.47.3