summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-api.txt
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2006-04-09 00:12:36 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2006-04-09 00:12:36 +0000
commite0d05942e436393256b61f111d5924add57840c7 (patch)
tree3657026fe793e6e051022d90728369578a7bec9b /hcid/dbus-api.txt
parent8fa8629fa44075dfa41b1bff96a7951dd40cfb0a (diff)
* Add D-Bus methods for getting remote device class information
* Fix a couple of memory leaks where result of textfile_get wasn't free'd
Diffstat (limited to 'hcid/dbus-api.txt')
-rw-r--r--hcid/dbus-api.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt
index 51081424..a5f30101 100644
--- a/hcid/dbus-api.txt
+++ b/hcid/dbus-api.txt
@@ -416,6 +416,33 @@ Methods string GetAddress()
Possible errors: org.bluez.Error.UnknownAddress
org.bluez.Error.NotAvailable
+ string GetRemoteMajorClass(string address)
+
+ Get the major device class of the specified device.
+
+ Example: "computer"
+
+ Possible errors: org.bluez.Error.UnknownAddress
+ org.bluez.Error.NotAvailable
+
+ string GetRemoteMinorClass(string address)
+
+ Get the minor device class of the specified device.
+
+ Example: "laptop"
+
+ Possible errors: org.bluez.Error.UnknownAddress
+ org.bluez.Error.NotAvailable
+
+ array{string] GetRemoteServiceClasses(string address)
+
+ Get the service classes of the specified device.
+
+ Example: ["networking", "object transfer"]
+
+ Possible errors: org.bluez.Error.UnknownAddress
+ org.bluez.Error.NotAvailable
+
string GetRemoteName(string address)
Get adapter name for a remote device. This request