summaryrefslogtreecommitdiffstats
path: root/btio/btio.h
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2010-07-20 18:33:40 -0300
committerMarcel Holtmann <marcel@holtmann.org>2011-01-30 10:54:41 +0100
commit26de869580c04e974cbd02440350917f1284c869 (patch)
tree136115ebbd2a79e599fc7e7acf87d1360225b525 /btio/btio.h
parente4ef929aee91f00526d172e5053a96a9ea32cf4d (diff)
downloadofono-26de869580c04e974cbd02440350917f1284c869.tar.bz2
btio: Add L2CAP fixed channels support
Add new option BT_IO_OPT_CID to allow listen and connect using a fixed L2CAP channel for BTIO.
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 a039b856..68de6564 100644
--- a/btio/btio.h
+++ b/btio/btio.h
@@ -56,6 +56,7 @@ typedef enum {
BT_IO_OPT_SOURCE_CHANNEL,
BT_IO_OPT_DEST_CHANNEL,
BT_IO_OPT_PSM,
+ BT_IO_OPT_CID,
BT_IO_OPT_MTU,
BT_IO_OPT_OMTU,
BT_IO_OPT_IMTU,