summaryrefslogtreecommitdiff
path: root/doc/obex-api.txt
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-11-24 12:58:47 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-12-02 11:36:00 +0200
commitfb9c29020fa0a5e0df87626fbf46506d1f81ff60 (patch)
tree32ca1535266f646dbaa2a99d21bb34501e545c13 /doc/obex-api.txt
parent5ee26d43c65c2b3341ed14764361add49fa6ae2b (diff)
downloadbluez-fb9c29020fa0a5e0df87626fbf46506d1f81ff60.tar.gz
obexd/client: Add folder counters properties
This adds PrimaryCounter and SecondaryCounter properties to PhonebookAccess interface.
Diffstat (limited to 'doc/obex-api.txt')
-rw-r--r--doc/obex-api.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/obex-api.txt b/doc/obex-api.txt
index ea82e39f6..44af2faa7 100644
--- a/doc/obex-api.txt
+++ b/doc/obex-api.txt
@@ -505,6 +505,20 @@ Properties string Folder [readonly]
Possible values: 32-character hexadecimal such
as A1A2A3A4B1B2C1C2D1D2E1E2E3E4E5E6
+ string PrimaryCounter [readonly, optional]
+
+ 128 bits primary version counter.
+
+ Possible values: 32-character hexadecimal such
+ as A1A2A3A4B1B2C1C2D1D2E1E2E3E4E5E6
+
+ string SecondaryCounter [readonly, optional]
+
+ 128 bits primary version counter.
+
+ Possible values: 32-character hexadecimal such
+ as A1A2A3A4B1B2C1C2D1D2E1E2E3E4E5E6
+
Synchronization hierarchy
=========================