diff options
| -rw-r--r-- | hcid/dbus-api.txt | 16 | 
1 files 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. | 
