diff mbox series

[BlueZ] rfcomm-tester: Use latest Bluetooth version

Message ID 20220902205702.1955891-1-luiz.dentz@gmail.com
State New
Headers show
Series [BlueZ] rfcomm-tester: Use latest Bluetooth version | expand

Commit Message

Luiz Augusto von Dentz Sept. 2, 2022, 8:57 p.m. UTC
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

This makes rfcomm-tester use the latest Bluetooth supported by the
emulator which is useful the detect regression related to ACL data
transfer.
---
 tools/rfcomm-tester.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

patchwork-bot+bluetooth@kernel.org Sept. 6, 2022, 8:20 p.m. UTC | #1
Hello:

This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Fri,  2 Sep 2022 13:57:02 -0700 you wrote:
> From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
> 
> This makes rfcomm-tester use the latest Bluetooth supported by the
> emulator which is useful the detect regression related to ACL data
> transfer.
> ---
>  tools/rfcomm-tester.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - [BlueZ] rfcomm-tester: Use latest Bluetooth version
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=3d3b1ceab9cb

You are awesome, thank you!
diff mbox series

Patch

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