diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2008-03-14 20:00:24 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2008-03-14 20:00:24 +0000 | 
| commit | dc59cbaf3eab30d8962a5690810ac9453a7294db (patch) | |
| tree | 66f125c4501f3a67ba21d9fc87a6334f80d188fc | |
| parent | 80fba068672cb76956f1b40629d775026cb290c3 (diff) | |
Mention the key/value pairs for DeviceFound signal
| -rw-r--r-- | doc/adapter-api.txt | 5 | 
1 files changed, 5 insertions, 0 deletions
| 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 | 
