diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-03-07 14:39:14 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-03-07 14:39:14 +0000 |
commit | 860a1fc8d94dc3edf90f90b4d8aacd6db4b9bd4c (patch) | |
tree | 4074b122d7d5634c59fddbd87c2477cd0aedfc1a /doc/adapter-api.txt | |
parent | ed8b41b18ffaee05ed24bc3d29063666852c0659 (diff) |
Update documentation
Diffstat (limited to 'doc/adapter-api.txt')
-rw-r--r-- | doc/adapter-api.txt | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt index 1f9cdd88..6c3976ba 100644 --- a/doc/adapter-api.txt +++ b/doc/adapter-api.txt @@ -1,11 +1,11 @@ BlueZ D-Bus Adapter API description *********************************** -Copyright (C) 2006-2008 Marcel Holtmann <marcel@holtmann.org> +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) 2005-2006 Eduardo Rocha <eduardo.rocha@indt.org.br> -Copyright (C) 2008-2008 Luiz von Dentz <luiz.dentz@indt.org.br> +Copyright (C) 2006-2007 Luiz von Dentz <luiz.dentz@indt.org.br> + Adapter hierarchy ================= @@ -60,7 +60,9 @@ Methods dict GetProperties() TBD - void RemoveDevice(object path) + void RemoveDevice(object + + TBD Signals DeviceCreated(object path) @@ -90,12 +92,12 @@ Signals DeviceCreated(object path) TBD -Properties string Name [readonly] +Properties string Address [readonly] - string Address [readonly] - - boolean PeriodicInquiry [readwrite] + string Name [readonly] string Mode [readwrite] uint32 DiscoverableTimeout [readwrite] + + boolean PeriodicInquiry [readwrite] |