From dc59cbaf3eab30d8962a5690810ac9453a7294db Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 14 Mar 2008 20:00:24 +0000 Subject: Mention the key/value pairs for DeviceFound signal --- doc/adapter-api.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt index 305aa624..0d8011f2 100644 --- a/doc/adapter-api.txt +++ b/doc/adapter-api.txt @@ -153,6 +153,11 @@ Signals PropertyChanged(string name, variant value) has been found by the service daemon. In general they only appear during a device discovery. + The dictionary can contain bascially the same values + that we be returned by the GetProperties method + from the org.bluez.Device interface. In addition there + can be values for the RSSI and the TX power level. + DeviceDisappeared(string address) This signal will be send when an inquiry session for -- cgit