Diff between c96629bedbae22ffd059b842a1454254f4cd3607 and 3d3b1ceab9cbd7c03ba2496ec2d2e0cb951b1db2

Changed Files

File Additions Deletions Status
tools/rfcomm-tester.c +1 -1 modified

Full Patch

diff --git a/tools/rfcomm-tester.c b/tools/rfcomm-tester.c
index 32c0d60..d594ebf 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, \