summaryrefslogtreecommitdiff
path: root/gobex/gobex.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2012-01-03 15:52:21 +0200
committerMarcel Holtmann <marcel@holtmann.org>2012-12-04 22:22:05 +0100
commit6e7d00ceec06198430afb17f1e1c36ddd2e4b26a (patch)
treec49f70226c7c9944f3a9101e2316bc967a0b2b61 /gobex/gobex.h
parentc11d66be4ccac98cb0ea314b4affc66da8aa7cbb (diff)
downloadbluez-6e7d00ceec06198430afb17f1e1c36ddd2e4b26a.tar.gz
gobex: handle Single Response Mode (SRM) headers
Single Response Mode (SRM) is a 1-byte quantity containing a value to enable or disable SRM, as well as to indicate support for SRM.
Diffstat (limited to 'gobex/gobex.h')
-rw-r--r--gobex/gobex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gobex/gobex.h b/gobex/gobex.h
index ef07bade6..1c47c68cf 100644
--- a/gobex/gobex.h
+++ b/gobex/gobex.h
@@ -61,6 +61,7 @@ gboolean g_obex_remove_request_function(GObex *obex, guint id);
void g_obex_suspend(GObex *obex);
void g_obex_resume(GObex *obex);
+gboolean g_obex_srm_active(GObex *obex);
GObex *g_obex_new(GIOChannel *io, GObexTransportType transport_type,
gssize rx_mtu, gssize tx_mtu);