All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/2] mgmt-tester: Fix expected manufacturer
@ 2021-10-21 22:36 Luiz Augusto von Dentz
  2021-10-21 22:36 ` [PATCH v2 2/2] btdev: Set Local RPA when own_addr_type is 0x03 Luiz Augusto von Dentz
  2021-10-21 22:55 ` [v2,1/2] mgmt-tester: Fix expected manufacturer bluez.test.bot
  0 siblings, 2 replies; 3+ messages in thread
From: Luiz Augusto von Dentz @ 2021-10-21 22:36 UTC (permalink / raw)
  To: linux-bluetooth

From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

The emulator is now using Linux Foundation manufacturer ID.
---
 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 64a5e1c3d..f490dc261 100644
--- a/tools/mgmt-tester.c
+++ b/tools/mgmt-tester.c
@@ -462,7 +462,7 @@ static void test_condition_complete(struct test_data *data)
 		user->test_setup = setup; \
 		user->test_data = data; \
 		user->expected_version = version; \
-		user->expected_manufacturer = 0x003f; \
+		user->expected_manufacturer = 0x05f1; \
 		user->expected_supported_settings = expected_settings; \
 		user->initial_settings = settings; \
 		tester_add_full(name, data, \
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-10-21 22:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-21 22:36 [PATCH v2 1/2] mgmt-tester: Fix expected manufacturer Luiz Augusto von Dentz
2021-10-21 22:36 ` [PATCH v2 2/2] btdev: Set Local RPA when own_addr_type is 0x03 Luiz Augusto von Dentz
2021-10-21 22:55 ` [v2,1/2] mgmt-tester: Fix expected manufacturer bluez.test.bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.