From 6d7586ee12d4bbf0cc47c5b9bf8d300d64783e3b Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Mon, 8 Jul 2019 22:38:25 -0700 Subject: binding: bluetooth-map: add 'downloaded' field to list_messages results Signal that all the message is downloaded which is usually if the subject/message is under 256 characters with a 'downloaded' boolean parameter. This avoids libqtappfw from doing a OBEX transfer per message that under this threshold. Bug-AGL: SPEC-2512 Change-Id: I9f59337b2b4995a0359587c22e2efeee19bdae8e Signed-off-by: Matt Ranostay --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8aa21e0..97f8e30 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,8 @@ Response which the message handle as the key and includes its properties: "priority": false, "read": false, "sent": false, - "protected": false + "protected": false, + "downloaded": true }, ... } -- cgit 1.2.3-korg