summaryrefslogtreecommitdiff
path: root/doc/obex-api.txt
diff options
context:
space:
mode:
authorChristian Fetzer <christian.fetzer@bmw-carit.de>2013-01-15 14:56:40 +0100
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2013-01-18 13:58:42 +0200
commitf9998e750f9669dd8ca8b2c0d0c31fd56aa4593a (patch)
treeb3a6f0be47c4a9dae46e9d6e3595d2de1b9bea58 /doc/obex-api.txt
parentce3b4e08171390d484d8e7f7237c49f002817abd (diff)
downloadbluez-f9998e750f9669dd8ca8b2c0d0c31fd56aa4593a.tar.gz
obexd: Add parameter SubjectLength to map_list_messages
This parameter allows the client to request a maximum length of the parameter "subject" in the messages listing.
Diffstat (limited to 'doc/obex-api.txt')
-rw-r--r--doc/obex-api.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/obex-api.txt b/doc/obex-api.txt
index b2998de73..41c40a7ab 100644
--- a/doc/obex-api.txt
+++ b/doc/obex-api.txt
@@ -539,8 +539,8 @@ Methods void SetFolder(string name)
Returns an array containing the messages found in the
given folder.
- Possible Filters: Offset, MaxCount, Fields, Type,
- PeriodStart, PeriodEnd, Status, Recipient, Sender,
+ Possible Filters: Offset, MaxCount, SubjectLength, Fields,
+ Type, PeriodStart, PeriodEnd, Status, Recipient, Sender,
Priority
Each message is represented by an object path followed
@@ -627,6 +627,11 @@ Filter: uint16 Offset:
Maximum number of items, default is 1024
+ byte SubjectLength:
+
+ Maximum length of the Subject property in the
+ message, default is 256
+
array{string} Fields:
Message fields, default is all values.