From 986c7768de2527e80d988357663ce7843f7e8308 Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Thu, 22 Mar 2007 01:56:44 +0000 Subject: Added description for dictionary based methods: Adapter.GetInfo, Adapter.GetRemoteInfo and Service.GetInfo --- hcid/dbus-api.txt | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index ee2a7d6a..5a30898f 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -281,7 +281,11 @@ Service org.bluez Interface org.bluez.Adapter Object path /org/bluez/{hci0,hci1,...} -Methods string GetAddress() +Methods dict GetInfo() + + Returns the properties of the local adapter. + + string GetAddress() Returns the device address for a given path. @@ -508,6 +512,10 @@ Methods string GetAddress() Questions: What to do (in case of EIR) if one low-level API call fails. + dict GetRemoteInfo(string address) + + Returns the properties for a remote device. + string GetRemoteVersion(string address) Get the version info for a remote device. This request @@ -1065,7 +1073,11 @@ Service org.bluez Interface org.bluez.Service Object path path from org.bluez.Manager.ListServices() -Methods string GetIdentifier() +Methods dict GetInfo() + + Returns the service properties. + + string GetIdentifier() This method returns the service identifier. -- cgit