summaryrefslogtreecommitdiffstats
path: root/btio/btio.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2011-04-21 10:15:04 +0300
committerMarcel Holtmann <marcel@holtmann.org>2011-05-27 10:13:32 -0700
commit478e0ec81a2d0d7e4d5fa284d11b9ff74bc7822e (patch)
treea97e29fa7256b41750c36bdfaebb7fa0eb97f9f3 /btio/btio.h
parent8a7725492158edf6442f857cb529a68f47821785 (diff)
downloadofono-478e0ec81a2d0d7e4d5fa284d11b9ff74bc7822e.tar.bz2
btio: Add BT_FLUSHABLE support to BtIO
This patch adds support for the BT_FLUSHABLE L2CAP socket option through BtIO. This can be used to mark data from specific L2CAP sockets to have the flushable flag set in their corresponding ACL packets.
Diffstat (limited to 'btio/btio.h')
-rw-r--r--btio/btio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/btio/btio.h b/btio/btio.h
index 53e8eaa9..c6b736f0 100644
--- a/btio/btio.h
+++ b/btio/btio.h
@@ -64,6 +64,7 @@ typedef enum {
BT_IO_OPT_HANDLE,
BT_IO_OPT_CLASS,
BT_IO_OPT_MODE,
+ BT_IO_OPT_FLUSHABLE,
} BtIOOption;
typedef enum {