summaryrefslogtreecommitdiffstats
path: root/doc/device-api.txt
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-03-07 14:28:43 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-03-07 14:28:43 +0000
commit19e7dbecf4b38bf64458a34ea005a8aca0bc8974 (patch)
tree640478bcaf7f21c1861d59b20095dcfaa7fc9829 /doc/device-api.txt
parentb866782105bd76c0f7f2c2bc9e2f4a25d3b0d0fe (diff)
Move documentation into doc directory
Diffstat (limited to 'doc/device-api.txt')
-rw-r--r--doc/device-api.txt50
1 files changed, 50 insertions, 0 deletions
diff --git a/doc/device-api.txt b/doc/device-api.txt
new file mode 100644
index 00000000..82de22f4
--- /dev/null
+++ b/doc/device-api.txt
@@ -0,0 +1,50 @@
+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>
+
+Adapter hierarchy
+=================
+
+Service org.bluez
+Interface org.bluez.Device
+Object path /org/bluez/{hci0,hci1,...}/{dev_XX_XX_XX_XX_XX_XX...}
+
+Methods dict GetProperties()
+
+ TBD
+
+ void SetProperty(string name, variant value)
+
+ TBD
+
+ void Disconnect()
+
+ TBD
+
+Signals PropertyChanged(string name, variant value)
+
+ TBD
+
+ DisconnectRequested()
+
+ TBD
+
+Properties string Name [readonly]
+
+ string Address [readonly]
+
+ string Class [readonly]
+
+ array{string} UUIDS [readwrite]
+
+ boolean Paired [readonly]
+
+ boolean Trusted [readwrite]
+
+ boolean Connected [readonly]
+
+ string Alias [readwrite]