summaryrefslogtreecommitdiff
path: root/doc/network-api.txt
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-07-12 23:50:22 -0300
committerMarcel Holtmann <marcel@holtmann.org>2010-07-12 23:50:22 -0300
commitcb2a487102e0cc70474374643184eab272e6fd57 (patch)
treea124f9f28689cd7b6723351e4a38d2ce12b4a4be /doc/network-api.txt
parent7b669f5cf56982e0b7e2b6966b7c19a2e0c12b03 (diff)
downloadbluez-cb2a487102e0cc70474374643184eab272e6fd57.tar.gz
Remove the crufty old attempt for network server API
Diffstat (limited to 'doc/network-api.txt')
-rw-r--r--doc/network-api.txt34
1 files changed, 0 insertions, 34 deletions
diff --git a/doc/network-api.txt b/doc/network-api.txt
index c062838d1..8651e8401 100644
--- a/doc/network-api.txt
+++ b/doc/network-api.txt
@@ -81,37 +81,3 @@ Methods void Register(string uuid, string bridge)
All servers will be automatically unregistered when
the calling application terminates.
-
-
-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.