summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2006-09-29 17:25:56 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2006-09-29 17:25:56 +0000
commite638a22341c9d3255ea600b37450a4d944106c88 (patch)
tree6f171b2dea7453d587388218444037ce4724ccfc
parent6d2c7e465e4a8e3e6bb9595ccfd0f471070eda69 (diff)
Remove RFCOMM.Connected and Disconnected signals since their proper implementation would require some extra bookeeping and events from the kernel
-rw-r--r--hcid/dbus-api.txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt
index 8ee02218..3687000f 100644
--- a/hcid/dbus-api.txt
+++ b/hcid/dbus-api.txt
@@ -1023,22 +1023,6 @@ Methods string Connect(string address, string service)
array{string} ListBindings()
-Signals void Connected(string address, byte channel, string service)
-
- This signal will be issued once a RFCOMM connection
- has been established through Connect or ConnectByChannel
- and the service will be translated into a profile if
- it is known. Otherwise the UUID will be listed. If
- no UUID or service name is available it will be an
- empty string.
-
- void Disconnected(string address, byte channel, string service)
-
- This signal will be issued if a RFCOMM connection
- gets terminated through Disconnect or of the caller
- application disconnects from the D-Bus.
-
-
SDP hierarchy (experimental)
============================