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. --- plugins/mas.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/mas.c b/plugins/mas.c index 186d267..319c87f 100644 --- a/plugins/mas.c +++ b/plugins/mas.c @@ -810,6 +810,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, -- 1.7.9.5 -- 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