linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH obexd 1/3] gobex: add defines for possible values of SRM header
@ 2011-12-17 10:17 Luiz Augusto von Dentz
  2011-12-17 10:17 ` [PATCH obexd 2/3] gobex: add defines for possible values of SRMP header Luiz Augusto von Dentz
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Luiz Augusto von Dentz @ 2011-12-17 10:17 UTC (permalink / raw)
  To: linux-bluetooth

From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

---
 gobex/gobex-header.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/gobex/gobex-header.h b/gobex/gobex-header.h
index 2420e75..3320cfa 100644
--- a/gobex/gobex-header.h
+++ b/gobex/gobex-header.h
@@ -60,6 +60,11 @@
 #define G_OBEX_ACTION_MOVE		0x01
 #define G_OBEX_ACTION_SETPERM		0x02
 
+/* SRM header values */
+#define G_OBEX_SRM_DISABLE		0x00
+#define G_OBEX_SRM_ENABLE		0x01
+#define G_OBEX_SRM_INDICATE		0x02
+
 typedef struct _GObexHeader GObexHeader;
 
 gboolean g_obex_header_get_unicode(GObexHeader *header, const char **str);
-- 
1.7.7.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-12-21 10:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-17 10:17 [PATCH obexd 1/3] gobex: add defines for possible values of SRM header Luiz Augusto von Dentz
2011-12-17 10:17 ` [PATCH obexd 2/3] gobex: add defines for possible values of SRMP header Luiz Augusto von Dentz
2011-12-17 10:17 ` [PATCH obexd 3/3] gobex: reduce duplicated code in g_obex_put_req Luiz Augusto von Dentz
2011-12-21 10:09 ` [PATCH obexd 1/3] gobex: add defines for possible values of SRM header Johan Hedberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).