summaryrefslogtreecommitdiffstats
path: root/network/network-api.txt
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-05-10 08:45:28 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-05-10 08:45:28 +0000
commit07958fc3612225ceeffcbbcbae320a2bedcd774d (patch)
treeff6df0369f638518d032a9fa073323a7a568936a /network/network-api.txt
parent60709fc61959f4ead3e305a0de2cd2419c41e8b4 (diff)
Update API descriptions
Diffstat (limited to 'network/network-api.txt')
-rw-r--r--network/network-api.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/network/network-api.txt b/network/network-api.txt
index d939d8a1..f88679d6 100644
--- a/network/network-api.txt
+++ b/network/network-api.txt
@@ -12,7 +12,7 @@ Object path /org/bluez/network
Methods string CreateServer(string uuid)
- Creates a network server object(GN or NAP).
+ Creates a network server object (GN or NAP).
Possible errors:org.bluez.network.Error.AlreadyExists
org.bluez.network.Error.NotSupported
@@ -74,6 +74,7 @@ Signals
void ConnectionRemoved(string path)
+
Network Server hierarchy (experimental)
=======================================
@@ -82,7 +83,8 @@ Object path /org/bluez/network/server*
Methods string GetUUID()
- Returns the uuid 128 string representation of the server.
+ Returns the UUID-128 string representation of
+ the server.
void Enable()
@@ -126,12 +128,11 @@ Methods string GetUUID()
Returns the server properties.
-Signals
-
- void Enabled()
+Signals void Enabled()
void Disabled()
+
Network Connection hierarchy (experimental)
===========================================
@@ -167,7 +168,8 @@ Methods string GetAddress()
string Connect()
- Connects to host and return the network interface created.
+ Connects to host and return the network interface
+ created.
Possible errors:org.bluez.network.Error.ConnectionAttemptFailed
org.bluez.network.Error.Failed
@@ -186,8 +188,6 @@ Methods string GetAddress()
Returns the connection properties.
-Signals
-
- void Connected()
+Signals void Connected()
void Disconnected()