summaryrefslogtreecommitdiff
path: root/btio/btio.h
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2010-07-20 18:33:40 -0300
committerClaudio Takahasi <claudio.takahasi@openbossa.org>2010-09-30 17:25:40 -0300
commitafba441542f19d687111424c0a15d42139869239 (patch)
tree192b329c8fc04a9e1e8e7389caa151a32ba6b242 /btio/btio.h
parentc5eab04d6572dee0885a512bfd4ad7f7a33b57c0 (diff)
downloadbluez-afba441542f19d687111424c0a15d42139869239.tar.gz
Add L2CAP fixed channels support for BTIO
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 d373ed104..53e8eaa97 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,