diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2006-10-12 15:28:12 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2006-10-12 15:28:12 +0000 |
commit | ffd5e5fb837d8ff39dffe17d5c80983b2b82f834 (patch) | |
tree | 66d0c2f179fb8d53d2272686d5ee6a7b04cc05a1 /hcid/dbus-api.txt | |
parent | dc98e542d99dfa603ba21d355d902da2409e7c29 (diff) |
Implement SetPeriodicDiscoveryNameResolving and GetPeriodicDiscoveryNameResolving
Diffstat (limited to 'hcid/dbus-api.txt')
-rw-r--r-- | hcid/dbus-api.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index 0f103210..2656a838 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -755,6 +755,20 @@ Methods string GetAddress() Possible errors: none + void SetPeriodicDiscoveryNameResolving(boolean resolve_names) + + Enable or disable automatic remote name resolving for + periodic discovery. + + Possible errors: org.bluez.Error.InvalidArguments + + boolean GetPeriodicDiscoveryNameResolving() + + Check if automatic remote name resolving is enabled or not + for periodic discovery. + + Possible error: org.bluez.Error.InvalidArguments + array{uint32} GetRemoteServiceHandles(string address, string match) This method will request the SDP database of a remote |