From: Christian Fetzer <christian.fetzer@xxxxxxxxxxxx> For outgoing messages, the status field values are: "delivery-success", "sending-success", "delivery-failure", "sending-failure" --- doc/obex-api.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/obex-api.txt b/doc/obex-api.txt index eda7cb9..c3f5243 100644 --- a/doc/obex-api.txt +++ b/doc/obex-api.txt @@ -598,10 +598,14 @@ Methods void SetFolder(string name) string Status: - Message reception status + Message status - Possible values: "complete", - "fractioned" and "notification" + Possible values for received messages: + "complete", "fractioned", "notification" + + Possible values for sent messages: + "delivery-success", "sending-success", + "delivery-failure", "sending-failure" uint64 AttachmentSize: -- 1.8.3.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html