summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunil Kumar Behera <sunil.behera@samsung.com>2012-11-08 16:32:58 +0530
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2012-11-12 12:27:41 +0200
commitb10bcae28a2b67467f2bc206afad239bab5b1142 (patch)
treec408495cefb8d59e381433165690dc13192e90e0
parent9f37ce8504810ee563e51e6a720cc2a1970b444c (diff)
downloadobexd-b10bcae28a2b67467f2bc206afad239bab5b1142.tar.gz
MAP: Add get_next_header() in message listing
In case of message listing we need to send application parameters in response and also it is required for sending response to message listing size request.
-rw-r--r--plugins/mas.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/mas.c b/plugins/mas.c
index f17ebda..1b18059 100644
--- a/plugins/mas.c
+++ b/plugins/mas.c
@@ -811,6 +811,7 @@ static struct obex_mime_type_driver mime_msg_listing = {
.target = MAS_TARGET,
.target_size = TARGET_SIZE,
.mimetype = "x-bt/MAP-msg-listing",
+ .get_next_header = any_get_next_header,
.open = msg_listing_open,
.close = any_close,
.read = any_read,