summaryrefslogtreecommitdiff
path: root/lib/hci.h
diff options
context:
space:
mode:
authorAndrei Emeltchenko <andrei.emeltchenko@nokia.com>2011-01-25 11:45:47 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2011-01-27 11:00:21 +0200
commit2430512c983cad8c20252f1df8f297399993ca3d (patch)
treede107dc46c1a8aadfed48e1adb6b966096af8641 /lib/hci.h
parent06ee7ea71b692212a116e56a4b5047ed82d453b4 (diff)
downloadbluez-2430512c983cad8c20252f1df8f297399993ca3d.tar.gz
Bluetooth: flushable packet supports headers
Modify headers to enable support for flushable packets. Following commit: 8bcbd526c84724d8de087130d53e79da256e34bf to linux kernel implements functionality on kernel side.
Diffstat (limited to 'lib/hci.h')
-rw-r--r--lib/hci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/hci.h b/lib/hci.h
index 0cb120fc0..9b5388bc2 100644
--- a/lib/hci.h
+++ b/lib/hci.h
@@ -196,6 +196,7 @@ enum {
#define HCI_HOST_BUSY_PAIRING 0x38
/* ACL flags */
+#define ACL_START_NO_FLUSH 0x00
#define ACL_CONT 0x01
#define ACL_START 0x02
#define ACL_ACTIVE_BCAST 0x04