All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ 01/13] network: Append version to Network and NetworkServer interfaces
@ 2012-12-14  9:12 Luiz Augusto von Dentz
  2012-12-14  9:12 ` [PATCH BlueZ 02/13] audio: Append version to Control interface Luiz Augusto von Dentz
                   ` (12 more replies)
  0 siblings, 13 replies; 16+ messages in thread
From: Luiz Augusto von Dentz @ 2012-12-14  9:12 UTC (permalink / raw)
  To: linux-bluetooth

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

---
 doc/network-api.txt           | 4 ++--
 profiles/network/connection.c | 2 +-
 profiles/network/server.c     | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/network-api.txt b/doc/network-api.txt
index b640b9a..1c9d889 100644
--- a/doc/network-api.txt
+++ b/doc/network-api.txt
@@ -8,7 +8,7 @@ Network hierarchy
 =================
 
 Service		org.bluez
-Interface	org.bluez.Network
+Interface	org.bluez.Network1
 Object path	[variable prefix]/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX
 
 Properties	boolean Connected [readonly]
@@ -28,7 +28,7 @@ Network server hierarchy
 ========================
 
 Service		org.bluez
-Interface	org.bluez.NetworkServer
+Interface	org.bluez.NetworkServer1
 Object path	/org/bluez/{hci0,hci1,...}
 
 Methods		void Register(string uuid, string bridge)
diff --git a/profiles/network/connection.c b/profiles/network/connection.c
index 3157e31..5fa3e1b 100644
--- a/profiles/network/connection.c
+++ b/profiles/network/connection.c
@@ -49,7 +49,7 @@
 #include "manager.h"
 #include "connection.h"
 
-#define NETWORK_PEER_INTERFACE "org.bluez.Network"
+#define NETWORK_PEER_INTERFACE "org.bluez.Network1"
 #define CON_SETUP_RETRIES      3
 #define CON_SETUP_TO           9
 
diff --git a/profiles/network/server.c b/profiles/network/server.c
index e32e51d..2869c28 100644
--- a/profiles/network/server.c
+++ b/profiles/network/server.c
@@ -51,7 +51,7 @@
 #include "common.h"
 #include "server.h"
 
-#define NETWORK_SERVER_INTERFACE "org.bluez.NetworkServer"
+#define NETWORK_SERVER_INTERFACE "org.bluez.NetworkServer1"
 #define SETUP_TIMEOUT		1
 
 /* Pending Authorization */
-- 
1.7.11.7


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

end of thread, other threads:[~2012-12-14 10:37 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-14  9:12 [PATCH BlueZ 01/13] network: Append version to Network and NetworkServer interfaces Luiz Augusto von Dentz
2012-12-14  9:12 ` [PATCH BlueZ 02/13] audio: Append version to Control interface Luiz Augusto von Dentz
2012-12-14  9:12 ` [PATCH BlueZ 03/13] heartrate: Append version to HeartRate interfaces Luiz Augusto von Dentz
2012-12-14  9:12 ` [PATCH BlueZ 04/13] cyclingspeed: Append version to CyclingSpeed interfaces Luiz Augusto von Dentz
2012-12-14  9:12 ` [PATCH BlueZ 05/13] thermometer: Append version to Thermometer interfaces Luiz Augusto von Dentz
2012-12-14  9:13 ` [PATCH BlueZ 06/13] alert: Append version to Alert interfaces Luiz Augusto von Dentz
2012-12-14  9:13 ` [PATCH BlueZ 07/13] core: Append version to Agent interface Luiz Augusto von Dentz
2012-12-14  9:13 ` [PATCH BlueZ 08/13] health: Append version to Health interfaces Luiz Augusto von Dentz
2012-12-14  9:13 ` [PATCH BlueZ 09/13] dbusoob: Append version to OutOfBand interface Luiz Augusto von Dentz
2012-12-14  9:13 ` [PATCH BlueZ 10/13] proximity: Append version to Proximity interfaces Luiz Augusto von Dentz
2012-12-14  9:13 ` [PATCH BlueZ 11/13] sap: Append version to SimAccess interfaces Luiz Augusto von Dentz
2012-12-14  9:13 ` [PATCH BlueZ 12/13] core: Remove another left over of HFP removal Luiz Augusto von Dentz
2012-12-14  9:13 ` [PATCH BlueZ 13/13] core: Remove org.bluez.Watcher from bluetooth.conf Luiz Augusto von Dentz
2012-12-14  9:25 ` [PATCH BlueZ 01/13] network: Append version to Network and NetworkServer interfaces Johan Hedberg
2012-12-14 10:18   ` Santiago Carot
2012-12-14 10:37     ` Luiz Augusto von Dentz

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.