rfcomm-tester: Use latest Bluetooth version
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 2 Sep 2022 20:54:05 +0000 (13:54 -0700)
committerAyush Garg <ayush.garg@samsung.com>
Mon, 15 May 2023 09:25:54 +0000 (14:55 +0530)
This makes rfcomm-tester use the latest Bluetooth supported by the
emulator which is useful the detect regression related to ACL data
transfer.

Signed-off-by: Manika Shrivastava <manika.sh@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
tools/rfcomm-tester.c

index 32c0d60..d594ebf 100755 (executable)
@@ -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, \