summaryrefslogtreecommitdiff
path: root/tools/rfcomm-tester.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/rfcomm-tester.c')
-rw-r--r--tools/rfcomm-tester.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rfcomm-tester.c b/tools/rfcomm-tester.c
index 32c0d6058..d594ebf34 100644
--- a/tools/rfcomm-tester.c
+++ b/tools/rfcomm-tester.c
@@ -788,7 +788,7 @@ static void test_server(const void *test_data)
user = malloc(sizeof(struct test_data)); \
if (!user) \
break; \
- user->hciemu_type = HCIEMU_TYPE_BREDR; \
+ user->hciemu_type = HCIEMU_TYPE_BREDRLE52; \
user->test_data = data; \
user->io_id = 0; \
tester_add_full(name, data, \