* [PATCH BlueZ v1] mgmt-tester: Fix handle value
@ 2025-10-16 13:15 Luiz Augusto von Dentz
2025-10-16 14:51 ` [BlueZ,v1] " bluez.test.bot
2025-10-16 20:40 ` [PATCH BlueZ v1] " patchwork-bot+bluetooth
0 siblings, 2 replies; 3+ messages in thread
From: Luiz Augusto von Dentz @ 2025-10-16 13:15 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/mgmt-tester.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/mgmt-tester.c b/tools/mgmt-tester.c
index ac27b85dd4c8..242909117987 100644
--- a/tools/mgmt-tester.c
+++ b/tools/mgmt-tester.c
@@ -3106,7 +3106,7 @@ static const void *pair_device_expect_param_func(uint16_t *len)
static uint16_t settings_powered_bondable[] = { MGMT_OP_SET_BONDABLE,
MGMT_OP_SET_POWERED, 0 };
-static uint8_t auth_req_param[] = { 0x2a, 0x00 };
+static uint8_t auth_req_param[] = { 0x01, 0x00 };
static uint8_t pair_device_pin[] = { 0x30, 0x30, 0x30, 0x30 }; /* "0000" */
static const struct generic_data pair_device_success_test_1 = {
--
2.51.0
^ permalink raw reply related [flat|nested] 3+ messages in thread* RE: [BlueZ,v1] mgmt-tester: Fix handle value
2025-10-16 13:15 [PATCH BlueZ v1] mgmt-tester: Fix handle value Luiz Augusto von Dentz
@ 2025-10-16 14:51 ` bluez.test.bot
2025-10-16 20:40 ` [PATCH BlueZ v1] " patchwork-bot+bluetooth
1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2025-10-16 14:51 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=1012365
---Test result---
Test Summary:
CheckPatch PENDING 0.42 seconds
GitLint PENDING 0.42 seconds
BuildEll PASS 20.08 seconds
BluezMake PASS 2602.17 seconds
MakeCheck PASS 20.29 seconds
MakeDistcheck PASS 183.72 seconds
CheckValgrind PASS 236.77 seconds
CheckSmatch PASS 309.29 seconds
bluezmakeextell PASS 128.61 seconds
IncrementalBuild PENDING 0.28 seconds
ScanBuild PASS 917.50 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] mgmt-tester: Fix handle value
2025-10-16 13:15 [PATCH BlueZ v1] mgmt-tester: Fix handle value Luiz Augusto von Dentz
2025-10-16 14:51 ` [BlueZ,v1] " bluez.test.bot
@ 2025-10-16 20:40 ` patchwork-bot+bluetooth
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2025-10-16 20:40 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 Thu, 16 Oct 2025 09:15: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/mgmt-tester.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Here is the summary with links:
- [BlueZ,v1] mgmt-tester: Fix handle value
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=8d181e4e4a06
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-16 20:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-16 13:15 [PATCH BlueZ v1] mgmt-tester: Fix handle value Luiz Augusto von Dentz
2025-10-16 14:51 ` [BlueZ,v1] " bluez.test.bot
2025-10-16 20:40 ` [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