summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Kukawka <danny.kukawka@web.de>2008-10-20 15:28:42 +0200
committerDanny Kukawka <danny.kukawka@web.de>2008-10-20 15:28:42 +0200
commit774c29efb243f950f7fbac90916e71dd89f75b63 (patch)
tree746982d473d6b533511360fd9f65c09f11dabd67
parentd4f1c6eb85ccb45d45641f30d6ea04dbb046fa28 (diff)
added obex namespace to spec
Added obex namespace to spec (based on a initial patch of Alex Kanavin <ak@sensi.org>).
-rw-r--r--doc/spec/hal-spec-properties.xml69
1 files changed, 69 insertions, 0 deletions
diff --git a/doc/spec/hal-spec-properties.xml b/doc/spec/hal-spec-properties.xml
index 2ede85ed..48251b69 100644
--- a/doc/spec/hal-spec-properties.xml
+++ b/doc/spec/hal-spec-properties.xml
@@ -7705,6 +7705,75 @@ org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'}
</tgroup>
</informaltable>
</sect2>
+
+ <sect2 id="device-properties-obex">
+ <title>
+ obex namespace
+ </title>
+ <para>
+ Device objects with the capability <literal>obex</literal>
+ represent devices that have implemented OBject EXchange protocol for communication.
+ Typically such devices are mobile phones and the protocol is used to transfer files,
+ synchronize data and manage mobile phone configuration. No namespace specific properties.
+ </para>
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Key (type)</entry>
+ <entry>Values</entry>
+ <entry>Mandatory</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>
+ <literal>obex.type</literal> (sting)
+ </entry>
+ <entry>example: pcsuite, syncml</entry>
+ <entry>No</entry>
+ <entry>
+ </entry>
+ </row>
+ <row>
+ <entry></entry>
+ <entry>pcsuite</entry>
+ <entry>No</entry>
+ <entry>
+ Device is meant to be used with Nokia PC Suite application. Standardized OBEX file
+ transfer is supported and possibly proprietary extensions.
+ </entry>
+ </row>
+ <row>
+ <entry></entry>
+ <entry>syncml</entry>
+ <entry>No</entry>
+ <entry>
+ Device supports SyncML over OBEX protocol.
+ </entry>
+ </row>
+ <row>
+ <entry></entry>
+ <entry>syncml-sync</entry>
+ <entry>No</entry>
+ <entry>
+ Device supports SyncML over OBEX protocol for data synchronization.
+ </entry>
+ </row>
+ <row>
+ <entry></entry>
+ <entry>syncml-dm</entry>
+ <entry>No</entry>
+ <entry>
+ Device supports SyncML over OBEX protocol for data management.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </sect2>
+
</sect1>
<sect1 id="properties-misc">