From 8369d15ca8f1ceda30adb5c488c6c982a9f5c3f0 Mon Sep 17 00:00:00 2001 From: Vinicius Gomes Date: Thu, 13 Mar 2008 18:26:08 +0000 Subject: Adapter: adding the new FindDevice method and documentation. --- doc/adapter-api.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt index 79062e6a..0ddc1a42 100644 --- a/doc/adapter-api.txt +++ b/doc/adapter-api.txt @@ -26,6 +26,13 @@ Methods dict GetProperties() TBD + object FindDevice(string address) + + Returns the object path of a device given an address. + + Possible Errors: org.bluez.Error.DoesNotExist + org.bluez.Error.InvalidArguments + void DiscoverDevices() This method starts the device discovery procedure. This -- cgit