diff options
Diffstat (limited to 'hcid')
-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 |