public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [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

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