summaryrefslogtreecommitdiff
path: root/obexd/src
diff options
context:
space:
mode:
authorChristian Fetzer <christian.fetzer@bmw-carit.de>2013-04-09 13:51:34 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2013-04-10 14:51:09 +0300
commitef4b34eb5ed8e698e4eadd2081fe3c9c8c720feb (patch)
tree1f034c2fa8ff077735417d0ccd90d5a639d4edb7 /obexd/src
parent6ede436278b026a54decb5d84ade1426103a0746 (diff)
downloadbluez-ef4b34eb5ed8e698e4eadd2081fe3c9c8c720feb.tar.gz
obexd: Add Message Notification Service (MNS) server
This implements the server role of the MAP Message Notification Service (MNS) which is part of the MAP Client Equipment (MCE) device. After successful registration, the MNS will receive event reports, notifying about state changes on the server side. Possible events are: NewMessages, DeliverySuccess, SendingSuccess, DeliveryFailure, SendingFailure, MemoryFull, MemoryAvailable, MessageDeleted, MessageShift
Diffstat (limited to 'obexd/src')
-rw-r--r--obexd/src/obexd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/obexd/src/obexd.h b/obexd/src/obexd.h
index 1c9b2b3de..42c3c4d97 100644
--- a/obexd/src/obexd.h
+++ b/obexd/src/obexd.h
@@ -29,6 +29,7 @@
#define OBEX_PCSUITE (1 << 6)
#define OBEX_SYNCEVOLUTION (1 << 7)
#define OBEX_MAS (1 << 8)
+#define OBEX_MNS (1 << 9)
gboolean plugin_init(const char *pattern, const char *exclude);
void plugin_cleanup(void);