summaryrefslogtreecommitdiff
path: root/doc/device-api.txt
diff options
context:
space:
mode:
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>2012-07-18 16:36:35 -0300
committerJohan Hedberg <johan.hedberg@intel.com>2012-07-19 10:42:20 +0300
commit91b9c50aa434319bebe79a4290d76b0725266c80 (patch)
tree60d57e2f7da9f11bb75eedec5fda8ac952217c37 /doc/device-api.txt
parent612518368cb92e52bb3af8647adcb282926e177e (diff)
downloadbluez-91b9c50aa434319bebe79a4290d76b0725266c80.tar.gz
Remove documentation about Node API
Node API was never implemented.
Diffstat (limited to 'doc/device-api.txt')
-rw-r--r--doc/device-api.txt38
1 files changed, 0 insertions, 38 deletions
diff --git a/doc/device-api.txt b/doc/device-api.txt
index 0f3421012..3b8403394 100644
--- a/doc/device-api.txt
+++ b/doc/device-api.txt
@@ -71,32 +71,6 @@ Methods dict GetProperties()
Possible errors: org.bluez.Error.NotConnected
- array{object} ListNodes()
-
- Returns list of device node object paths.
-
- Possible errors: org.bluez.Error.InvalidArguments
- org.bluez.Error.Failed
- org.bluez.Error.OutOfMemory
-
- object CreateNode(string uuid)
-
- Creates a persistent device node binding with a
- remote device. The actual support for the specified
- UUID depends if the device driver has support for
- persistent binding. At the moment only RFCOMM TTY
- nodes are supported.
-
- Possible errors: org.bluez.Error.InvalidArguments
- org.bluez.Error.NotSupported
-
- void RemoveNode(object node)
-
- Removes a persistent device node binding.
-
- Possible errors: org.bluez.Error.InvalidArguments
- org.bluez.Error.DoesNotExist
-
Signals PropertyChanged(string name, variant value)
This signal indicates a changed value of the given
@@ -108,14 +82,6 @@ Signals PropertyChanged(string name, variant value)
disconnection to a remote device has been requested.
The actual disconnection will happen 2 seconds later.
- NodeCreated(object node)
-
- Parameter is object path of created device node.
-
- NodeRemoved(object node)
-
- Parameter is object path of removed device node.
-
Properties string Address [readonly]
The Bluetooth device address of the remote device.
@@ -195,10 +161,6 @@ Properties string Address [readonly]
emitted PropertyChanged signal will show the remote
name again.
- array{object} Nodes [readonly]
-
- List of device node object paths.
-
object Adapter [readonly]
The object path of the adapter the device belongs to.