summaryrefslogtreecommitdiff
path: root/lib/sdp_lib.h
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@gmail.com>2014-01-20 12:08:32 +0100
committerJohan Hedberg <johan.hedberg@intel.com>2014-01-20 15:19:25 +0200
commitc8260c5acb07379b7de9754b65ec677ae96907d4 (patch)
treeb47f1c346edd222ea40e7d1966809d5bd5a08ed9 /lib/sdp_lib.h
parent65e8e6ba32e7c61388989d81f4765d1333f47b32 (diff)
downloadbluez-c8260c5acb07379b7de9754b65ec677ae96907d4.tar.gz
lib: Add flag to force large MTU size used for SDP connection
This will allow to workaround Dualshock4 not respecting L2CAP MTU size while sending SDP response. Use same L2CAP MTU value base on RFCOMM.
Diffstat (limited to 'lib/sdp_lib.h')
-rw-r--r--lib/sdp_lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sdp_lib.h b/lib/sdp_lib.h
index 6e1eb91a6..3ded3934c 100644
--- a/lib/sdp_lib.h
+++ b/lib/sdp_lib.h
@@ -81,6 +81,7 @@ static inline void sdp_list_foreach(sdp_list_t *list, sdp_list_func_t f, void *u
#define SDP_RETRY_IF_BUSY 0x01
#define SDP_WAIT_ON_CLOSE 0x02
#define SDP_NON_BLOCKING 0x04
+#define SDP_LARGE_MTU 0x08
/*
* a session with an SDP server