From 478e0ec81a2d0d7e4d5fa284d11b9ff74bc7822e Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 21 Apr 2011 10:15:04 +0300 Subject: 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. --- btio/btio.h | 1 + 1 file changed, 1 insertion(+) (limited to 'btio/btio.h') 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 { -- cgit v1.2.3