All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ 1/4] tools/btpclient: Fix ad property manufacturer data name
@ 2018-02-12 16:00 Grzegorz Kolodziejczyk
  2018-02-12 16:01 ` [PATCH BlueZ 2/4] shared/btp: Change struct member order for device found as in btp Grzegorz Kolodziejczyk
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Grzegorz Kolodziejczyk @ 2018-02-12 16:00 UTC (permalink / raw)
  To: linux-bluetooth

This patch fixes wrong naming of advertising instance data property.
---
 tools/btpclient.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/btpclient.c b/tools/btpclient.c
index 097732eb8..61bde820e 100644
--- a/tools/btpclient.c
+++ b/tools/btpclient.c
@@ -971,7 +971,7 @@ static void setup_ad_interface(struct l_dbus_interface *interface)
 						ad_serviceuuids_getter, NULL);
 	l_dbus_interface_property(interface, "ServiceData", 0, "a{sv}",
 						ad_servicedata_getter, NULL);
-	l_dbus_interface_property(interface, "ManufacturerServiceData", 0,
+	l_dbus_interface_property(interface, "ManufacturerData", 0,
 					"a{qv}", ad_manufacturerdata_getter,
 					NULL);
 	l_dbus_interface_property(interface, "Includes", 0, "as",
-- 
2.13.6


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

end of thread, other threads:[~2018-02-13  8:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-12 16:00 [PATCH BlueZ 1/4] tools/btpclient: Fix ad property manufacturer data name Grzegorz Kolodziejczyk
2018-02-12 16:01 ` [PATCH BlueZ 2/4] shared/btp: Change struct member order for device found as in btp Grzegorz Kolodziejczyk
2018-02-12 16:01 ` [PATCH BlueZ 3/4] tools/btpclient: Add passkey confirm ev and passkey confirm rsp cmd Grzegorz Kolodziejczyk
2018-02-12 16:01 ` [PATCH BlueZ 4/4] tools/btpclient: Check if dev is connected in device found ev routine Grzegorz Kolodziejczyk
2018-02-13  8:15 ` [PATCH BlueZ 1/4] tools/btpclient: Fix ad property manufacturer data name Szymon Janc

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.