diff options
| -rw-r--r-- | hcid/dbus-api.txt | 30 | 
1 files changed, 0 insertions, 30 deletions
| diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index d22bf247..6c87af84 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -1377,36 +1377,6 @@ Methods		string Request(string path, string address, boolean numeric)  			Possible errors: org.bluez.Error.Rejected  			                 org.bluez.Error.Canceled -		void Confirm(string path, string address, string value) - -			This method gets called when the service daemon -			needs to verify a passkey. The verification is -			done by showing the value to the passkey agent -			and returning means a successful confirmation. -			In case the values don't match an error must -			be returned. - -			Possible errors: org.bluez.Error.Rejected -			                 org.bluez.Error.Canceled - -		void Display(string path, string address, string value) - -			This method gets called when the service daemon -			needs to display the passkey value. No return -			value is needed. A successful paring will be -			indicated by the Complete method and a failure -			will be signaled with Cancel. - -		void Keypress(string path, string address) - -			This method indicates keypresses from the remote -			device. This can happen when pairing with a keyboard. - -		void Complete(string path, string address) - -			This method gets called to indicate that the -			authentication has been completed. -  		void Cancel(string path, string address)  			This method gets called to indicate that the | 
