summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-09-02 13:54:05 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-09-02 13:54:05 -0700
commit3d3b1ceab9cbd7c03ba2496ec2d2e0cb951b1db2 (patch)
tree8e061d5538ce5284ed332644a2ea81ed0d94a130 /tools
parentc96629bedbae22ffd059b842a1454254f4cd3607 (diff)
downloadbluez-3d3b1ceab9cbd7c03ba2496ec2d2e0cb951b1db2.tar.gz
rfcomm-tester: Use latest Bluetooth version
This makes rfcomm-tester use the latest Bluetooth supported by the emulator which is useful the detect regression related to ACL data transfer.
Diffstat (limited to 'tools')
-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, \