summaryrefslogtreecommitdiff
path: root/doc/obex-api.txt
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-09-16 14:06:43 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-09-22 19:10:19 +0300
commita85ffb4ae449567d74b48fd701c60d583f4eadd6 (patch)
treec7c5e5c6dd48bc8d0f2849373a8026fca0be3b51 /doc/obex-api.txt
parentcf5361615e4bf2468fe963f690b2c398071e215f (diff)
downloadbluez-a85ffb4ae449567d74b48fd701c60d583f4eadd6.tar.gz
doc/obex-api: Mark DatabaseIdentifier as optional
There is no need to declare DatabaseIdentifier in case it is invalid since by omitting it should indicate GetVersion is not supported.
Diffstat (limited to 'doc/obex-api.txt')
-rw-r--r--doc/obex-api.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/obex-api.txt b/doc/obex-api.txt
index 31afc7455..f80ef3940 100644
--- a/doc/obex-api.txt
+++ b/doc/obex-api.txt
@@ -491,12 +491,10 @@ Properties string Folder [readonly]
Current folder.
- string DatabaseIdentifier [readonly]
+ string DatabaseIdentifier [readonly, optional]
128 bits persistent identifier.
- Value '0' shall be considered as not supported.
-
Synchronization hierarchy
=========================