diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-01-20 19:28:04 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-01-20 19:28:04 +0000 |
commit | e5707949f5e8b5cc9eb39711173f79a4c06616d9 (patch) | |
tree | d2f984278382d2e091121fde92d77ad028214d2b /hcid/dbus-api.txt | |
parent | 9ec58817713065b28e0f8d734fe10181ef5b170e (diff) |
Implement GetIdentifier method
Diffstat (limited to 'hcid/dbus-api.txt')
-rw-r--r-- | hcid/dbus-api.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index bac035b4..fad8033e 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -1114,7 +1114,11 @@ Service org.bluez Interface org.bluez.Service Object path path from org.bluez.Manager.ListServices() -Methods string GetName() +Methods string GetIdentifier() + + This method returns the service identifier. + + string GetName() This method returns the service name. |