diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2006-08-28 19:46:23 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2006-08-28 19:46:23 +0000 | 
| commit | 7fa0cb13fd13dc5925c0596fc31f1e980412b80c (patch) | |
| tree | 8f328fd3b9f70f29f0dcf085e3b538f2d2286b00 | |
| parent | 11585f79a9aebf19bfe837b000d93cff2f08db14 (diff) | |
Add GetRemoteServiceHandles method
| -rw-r--r-- | hcid/dbus-api.txt | 8 | 
1 files changed, 7 insertions, 1 deletions
| diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index 825314a1..39d0efd0 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -447,7 +447,7 @@ Methods		string GetAddress()  			Possible errors: org.bluez.Error.InvalidArguments  					 org.bluez.Error.NotAvailable -		array{string] GetRemoteServiceClasses(string address) +		array{string} GetRemoteServiceClasses(string address)  			Get the service classes of the specified device. @@ -698,6 +698,12 @@ Methods		string GetAddress()  					 org.bluez.Error.NotAuthorized  					 org.bluez.Error.NoSuchAdapter +		array{uint32} GetRemoteServiceHandles(string address, string match) + +			This method will request the SDP database of a remote +			device and retrieve the service record handles. + +  Signals		void ModeChanged(string mode)  			If the current mode is changed with SetMode this signal | 
