summaryrefslogtreecommitdiffstats
path: root/common/btio.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2009-02-18 17:59:32 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2009-02-18 17:59:32 +0200
commit4d6e4b94cd923640b1cfb41c7aa9e05b6adf425f (patch)
tree330755e2bd37bac44fc5f0ca9b5f9d34b46e24a2 /common/btio.h
parentd54f6d34bf697a138f69da3ae6706f1433bc5180 (diff)
Add BT_IO_OPT_MASTER boolean option (maps to LM_MASTER)
Diffstat (limited to 'common/btio.h')
-rw-r--r--common/btio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/btio.h b/common/btio.h
index cc6595c0..07ebea50 100644
--- a/common/btio.h
+++ b/common/btio.h
@@ -56,6 +56,7 @@ typedef enum {
BT_IO_OPT_MTU,
BT_IO_OPT_OMTU,
BT_IO_OPT_IMTU,
+ BT_IO_OPT_MASTER,
BT_IO_OPT_INVALID,
} BtIOOption;