diff options
| -rw-r--r-- | hcid/dbus-api.txt | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index 03e91596..41f25f8a 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -721,6 +721,13 @@ Methods		string GetAddress()  					org.bluez.Error.NotAuthorized  					org.bluez.Error.NoSuchAdapter +                boolean IsPeriodicDiscovery() + +			Returns true if the periodic inquiry is active and +			false if it is switched off. + +			Possible errors: none +  		array{uint32} GetRemoteServiceHandles(string address, string match)  			This method will request the SDP database of a remote | 
