diff options
| -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 | 
