diff options
| author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2006-09-29 12:59:04 +0000 | 
|---|---|---|
| committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2006-09-29 12:59:04 +0000 | 
| commit | 6efa97ad83f9eee4da39da99a527a60a6bdb3f45 (patch) | |
| tree | 55b08bde97bffd28da63be9a7b1a7c2da875cb7e | |
| parent | f6a6dae54906e5dc8487200f4622526a50beb720 (diff) | |
Added IsPeriodicDiscovery
| -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 | 
