summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-api.txt
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2006-08-23 14:33:58 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2006-08-23 14:33:58 +0000
commit684ba3688de17a3b8a6defd3139e1b8bf8971ef5 (patch)
treeab10267b189a8d6a26730e2dd5621a0eaa5b233a /hcid/dbus-api.txt
parentd6faebdc8a88ed8338dc68beefbfbae7e303f895 (diff)
Add preliminary RFCOMM.Connect and RFCOMM.CancelConnect support
Diffstat (limited to 'hcid/dbus-api.txt')
-rw-r--r--hcid/dbus-api.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt
index 35d60264..825314a1 100644
--- a/hcid/dbus-api.txt
+++ b/hcid/dbus-api.txt
@@ -893,8 +893,8 @@ Object path /org/bluez/{hci0,hci1,...}
Methods string Connect(string address, string service)
This creates a connection to a remote RFCOMM based
- service. The service string can either be a UUID-16,
- a UUID-32, a UUID-128 or a service abbreviation.
+ service. The service string can either be a UUID-128,
+ a service abbreviation or a record handle.
The return value will be the path of the newly
created RFCOMM TTY device (for example /dev/rfcomm0).