diff options
Diffstat (limited to 'doc/device-api.txt')
| -rw-r--r-- | doc/device-api.txt | 21 | 
1 files changed, 11 insertions, 10 deletions
| diff --git a/doc/device-api.txt b/doc/device-api.txt index 82de22f4..49545ef5 100644 --- a/doc/device-api.txt +++ b/doc/device-api.txt @@ -1,13 +1,14 @@  BlueZ D-Bus Device API description  ********************************** -Copyright (C) 2008-2008  Marcel Holtmann <marcel@holtmann.org> -Copyright (C) 2008-2008  Johan Hedberg <johan.hedberg@nokia.com> -Copyright (C) 2008-2008  Claudio Takahasi <claudio.takahasi@indt.org.br> -Copyright (C) 2008-2008  Luiz von Dentz <luiz.dentz@indt.org.br> +Copyright (C) 2004-2008  Marcel Holtmann <marcel@holtmann.org> +Copyright (C) 2005-2006  Johan Hedberg <johan.hedberg@nokia.com> +Copyright (C) 2005-2006  Claudio Takahasi <claudio.takahasi@indt.org.br> +Copyright (C) 2006-2007  Luiz von Dentz <luiz.dentz@indt.org.br> -Adapter hierarchy -================= + +Device hierarchy +================  Service		org.bluez  Interface	org.bluez.Device @@ -33,9 +34,9 @@ Signals		PropertyChanged(string name, variant value)  			TBD -Properties	string Name [readonly] +Properties	string Address [readonly] -		string Address [readonly] +		string Name [readonly]  		string Class [readonly] @@ -43,8 +44,8 @@ Properties	string Name [readonly]  		boolean Paired [readonly] -		boolean Trusted [readwrite] -  		boolean Connected [readonly] +		boolean Trusted [readwrite] +  		string Alias [readwrite] | 
