summaryrefslogtreecommitdiff
path: root/doc/network-api.txt
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-07-12 23:08:19 -0300
committerMarcel Holtmann <marcel@holtmann.org>2010-07-12 23:08:19 -0300
commitc59ba928074625d6b324f0650b2247359ca2f393 (patch)
tree736267b5ee47b65d10f6454904f1604b2f2c9d85 /doc/network-api.txt
parent71716c2a00dc7e60055fe6589b87b77daed23a92 (diff)
downloadbluez-c59ba928074625d6b324f0650b2247359ca2f393.tar.gz
Add API description for network server interface
Diffstat (limited to 'doc/network-api.txt')
-rw-r--r--doc/network-api.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/network-api.txt b/doc/network-api.txt
index eca60d4f3..c062838d1 100644
--- a/doc/network-api.txt
+++ b/doc/network-api.txt
@@ -60,6 +60,29 @@ Properties boolean Connected [readonly]
Indicates the connection role when available.
+Network server hierarchy
+========================
+
+Service org.bluez
+Interface org.bluez.NetworkServer
+Object path /org/bluez/{hci0,hci1,...}
+
+Methods void Register(string uuid, string bridge)
+
+ Register server for the provided UUID. Every new
+ connection to this server will be added the bridge
+ interface.
+
+ Valid UUIDs are "gn", "panu" or "nap".
+
+ void Unregister(string uuid)
+
+ Unregister the server for provided UUID.
+
+ All servers will be automatically unregistered when
+ the calling application terminates.
+
+
Network Hub/Peer/Router hierarchy
=================