diff options
| -rw-r--r-- | hcid/dbus-api.txt | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index 39d0efd0..40e25733 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -703,6 +703,11 @@ Methods		string GetAddress()  			This method will request the SDP database of a remote  			device and retrieve the service record handles. +		array{byte} GetRemoteServiceRecord(string address, uint32 handle) + +			This method will request the SDP database of a remote +			device for a service record and return the binary +			stream of it.  Signals		void ModeChanged(string mode) | 
