From 860a1fc8d94dc3edf90f90b4d8aacd6db4b9bd4c Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 7 Mar 2008 14:39:14 +0000 Subject: Update documentation --- doc/device-api.txt | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'doc/device-api.txt') 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 -Copyright (C) 2008-2008 Johan Hedberg -Copyright (C) 2008-2008 Claudio Takahasi -Copyright (C) 2008-2008 Luiz von Dentz +Copyright (C) 2004-2008 Marcel Holtmann +Copyright (C) 2005-2006 Johan Hedberg +Copyright (C) 2005-2006 Claudio Takahasi +Copyright (C) 2006-2007 Luiz von Dentz -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] -- cgit