summaryrefslogtreecommitdiff
path: root/btio/btio.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2011-04-21 10:15:04 +0300
committerJohan Hedberg <johan.hedberg@nokia.com>2011-04-21 10:15:04 +0300
commit071f7742be87a6532885ddf4116e5dde9398e836 (patch)
treed7d91693905c28bd7afd50d92b05851a80f47aff /btio/btio.h
parent7f6ef3091cf03c1b1b9c452e4f2ef5f7d801b05f (diff)
downloadbluez-071f7742be87a6532885ddf4116e5dde9398e836.tar.gz
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 53e8eaa97..c6b736f05 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 {