summaryrefslogtreecommitdiff
path: root/doc/network-api.txt
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2012-11-26 15:09:18 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-11-26 16:35:30 +0200
commit9c62de94e5044038bcaae6cd6c0ec783fbee607a (patch)
treee8e7d402707c33ff0e9cc4649faa57bf5af23856 /doc/network-api.txt
parent47076b8fdb705320c606d5c287c36777261820bb (diff)
downloadbluez-9c62de94e5044038bcaae6cd6c0ec783fbee607a.tar.gz
network: Remove Network.Connect and Network.Disconnect
These method are no longer necessary as Device interface has similar functionality.
Diffstat (limited to 'doc/network-api.txt')
-rw-r--r--doc/network-api.txt36
1 files changed, 0 insertions, 36 deletions
diff --git a/doc/network-api.txt b/doc/network-api.txt
index 4dd3e583a..b640b9a0b 100644
--- a/doc/network-api.txt
+++ b/doc/network-api.txt
@@ -11,42 +11,6 @@ Service org.bluez
Interface org.bluez.Network
Object path [variable prefix]/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX
-Methods string Connect(string uuid)
-
- Connect to the network device and return the network
- interface name. Examples of the interface name are
- bnep0, bnep1 etc.
-
- uuid can be either one of "gn", "panu" or "nap" (case
- insensitive) or a traditional string representation of
- UUID or a hexadecimal number.
-
- The connection will be closed and network device
- released either upon calling Disconnect() or when
- the client disappears from the message bus.
-
- Possible errors: org.bluez.Error.AlreadyConnected
- org.bluez.Error.ConnectionAttemptFailed
-
- void Disconnect()
-
- Disconnect from the network device.
-
- To abort a connection attempt in case of errors or
- timeouts in the client it is fine to call this method.
-
- Possible errors: org.bluez.Error.Failed
-
- dict GetProperties()
-
- Returns all properties for the interface. See the
- properties section for available properties.
-
-Signals PropertyChanged(string name, variant value)
-
- This signal indicates a changed value of the given
- property.
-
Properties boolean Connected [readonly]
Indicates if the device is connected.