Hi Christian, > This implements the MAP Message Notification Server (MNS) > which is part of the MCE. > --- > Makefile.obexd | 3 + > obexd/client/map-event.h | 42 ++++++ > obexd/client/mns.c | 348 ++++++++++++++++++++++++++++++++++++++++++++++ > obexd/plugins/bluetooth.c | 2 + > obexd/src/obexd.h | 1 + > src/profile.c | 55 ++++++++ > 6 files changed, 451 insertions(+) > create mode 100644 obexd/client/map-event.h > create mode 100644 obexd/client/mns.c same here. Why is this all intermixed with each other. Please learn how to split patches up properly into small digestible ones. Even additions to the build system can be done after adding the sources. And at no time intermix src/ with obexd/ directory. Regards Marcel -- 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