summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2008-09-01 18:23:15 -0300
committerClaudio Takahasi <claudio.takahasi@openbossa.org>2008-09-01 18:32:04 -0300
commitfb321da624431c784e32bec80bd5cb68f73f3acc (patch)
treeba691d4c575b5b72b97d1af49745c7cc5ed6a642 /doc
parent967954efb748a8a13361b00786572086a4f22cb5 (diff)
Network: updated network API
Diffstat (limited to 'doc')
-rw-r--r--doc/network-api.txt34
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/network-api.txt b/doc/network-api.txt
index a59c8972..85171711 100644
--- a/doc/network-api.txt
+++ b/doc/network-api.txt
@@ -36,3 +36,37 @@ Methods string Connect(string uuid)
Signals void Connected(string device, string uuid)
void Disconnected(string device)
+
+
+Network Hub/Peer/Router hierarchy
+=================
+
+Service org.bluez
+Interface org.bluez.network.{Hub, Peer, Router}
+Object path /org/bluez/{hci0,hci1,...}
+
+Methods dict GetProperties()
+
+ Returns all properties for the GN/PANU/NAP server. See the
+ properties section for available properties.
+
+ void SetProperty(string name, variant value)
+
+ Changes the value of the specified property. Only
+ properties that are listed a read-write are changeable.
+ On success this will emit a PropertyChanged signal.
+
+ Possible Errors: org.bluez.Error.DoesNotExist
+ org.bluez.Error.InvalidArguments
+
+Properties string Name[readwrite]
+
+ The Bluetooth network server name.
+
+ boolean Enable[readwrite]
+
+ Indicates if the server is Enabled/Disabled.
+
+ string Uuid[readonly]
+
+ The Bluetooth network server UUID 128 identification.