* [PATCH BlueZ v1] ioctl-tester: Fix handle value
@ 2025-10-22 13:38 Luiz Augusto von Dentz
2025-10-22 15:06 ` [BlueZ,v1] " bluez.test.bot
2025-10-22 21:29 ` [PATCH BlueZ v1] " patchwork-bot+bluetooth
0 siblings, 2 replies; 3+ messages in thread
From: Luiz Augusto von Dentz @ 2025-10-22 13:38 UTC (permalink / raw)
To: linux-bluetooth
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Recent changes to emulator has changed the ACL handles to start at
handle 0x0001 in order to use dedicated ranges for different link
types.
---
tools/ioctl-tester.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/ioctl-tester.c b/tools/ioctl-tester.c
index cb283e1ec68b..c29b30268d89 100644
--- a/tools/ioctl-tester.c
+++ b/tools/ioctl-tester.c
@@ -550,7 +550,7 @@ static const struct hci_conn_list_req conn_list_req_1 = {
.dev_id = 0x00,
.conn_num = 0x01,
.conn_info = {{
- .handle = 0x002a,
+ .handle = 0x0001,
.bdaddr = {{ 0x00, 0x00, 0x01, 0x01, 0xaa, 0x00 }},
.type = 0x01,
.out = 0x00,
@@ -568,7 +568,7 @@ static const struct hci_conn_info_req conn_info_req = {
.bdaddr = {{ 0x00, 0x00, 0x01, 0x01, 0xaa, 0x00 }},
.type = ACL_LINK,
.conn_info = {{
- .handle = 0x002a,
+ .handle = 0x0001,
.bdaddr = {{ 0x00, 0x00, 0x01, 0x01, 0xaa, 0x00 }},
.type = 0x01,
.out = 0x00,
--
2.51.0
^ permalink raw reply related [flat|nested] 3+ messages in thread* RE: [BlueZ,v1] ioctl-tester: Fix handle value
2025-10-22 13:38 [PATCH BlueZ v1] ioctl-tester: Fix handle value Luiz Augusto von Dentz
@ 2025-10-22 15:06 ` bluez.test.bot
2025-10-22 21:29 ` [PATCH BlueZ v1] " patchwork-bot+bluetooth
1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2025-10-22 15:06 UTC (permalink / raw)
To: linux-bluetooth, luiz.dentz
[-- Attachment #1: Type: text/plain, Size: 1262 bytes --]
This is automated email and please do not reply to this email!
Dear submitter,
Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=1014533
---Test result---
Test Summary:
CheckPatch PENDING 0.40 seconds
GitLint PENDING 0.43 seconds
BuildEll PASS 20.13 seconds
BluezMake PASS 2846.49 seconds
MakeCheck PASS 20.57 seconds
MakeDistcheck PASS 189.78 seconds
CheckValgrind PASS 241.87 seconds
CheckSmatch PASS 313.59 seconds
bluezmakeextell PASS 130.81 seconds
IncrementalBuild PENDING 0.43 seconds
ScanBuild PASS 961.75 seconds
Details
##############################
Test: CheckPatch - PENDING
Desc: Run checkpatch.pl script
Output:
##############################
Test: GitLint - PENDING
Desc: Run gitlint
Output:
##############################
Test: IncrementalBuild - PENDING
Desc: Incremental build with the patches in the series
Output:
---
Regards,
Linux Bluetooth
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH BlueZ v1] ioctl-tester: Fix handle value
2025-10-22 13:38 [PATCH BlueZ v1] ioctl-tester: Fix handle value Luiz Augusto von Dentz
2025-10-22 15:06 ` [BlueZ,v1] " bluez.test.bot
@ 2025-10-22 21:29 ` patchwork-bot+bluetooth
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2025-10-22 21:29 UTC (permalink / raw)
To: Luiz Augusto von Dentz; +Cc: linux-bluetooth
Hello:
This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:
On Wed, 22 Oct 2025 09:38:14 -0400 you wrote:
> From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
>
> Recent changes to emulator has changed the ACL handles to start at
> handle 0x0001 in order to use dedicated ranges for different link
> types.
> ---
> tools/ioctl-tester.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Here is the summary with links:
- [BlueZ,v1] ioctl-tester: Fix handle value
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=0ff04a94a69c
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-10-22 21:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-22 13:38 [PATCH BlueZ v1] ioctl-tester: Fix handle value Luiz Augusto von Dentz
2025-10-22 15:06 ` [BlueZ,v1] " bluez.test.bot
2025-10-22 21:29 ` [PATCH BlueZ v1] " patchwork-bot+bluetooth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox