From ab156cd3c5e319e8a5c1ad7cd18692c1eb88c8bf Mon Sep 17 00:00:00 2001 From: Sunil Kumar Behera Date: Thu, 8 Nov 2012 16:32:58 +0530 Subject: [PATCH] obexd: 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. --- obexd/plugins/mas.c | 1 + 1 file changed, 1 insertion(+) diff --git a/obexd/plugins/mas.c b/obexd/plugins/mas.c index f17ebdaa0..1b180599d 100644 --- a/obexd/plugins/mas.c +++ b/obexd/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, -- 2.47.3