summaryrefslogtreecommitdiffstats
path: root/common/btio.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2009-02-20 00:21:18 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2009-02-20 00:21:18 +0200
commit3d579217297b23df62123eba7807a66b0b93cd1c (patch)
treecc71cdf31a142a7a2d03b9804acaa6cd16210acc /common/btio.h
parent9b0acaa2621f6a5db077644d2a5a816017eae4b5 (diff)
Add support for getting connection info
Diffstat (limited to 'common/btio.h')
-rw-r--r--common/btio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/btio.h b/common/btio.h
index 07ebea50..a202da9d 100644
--- a/common/btio.h
+++ b/common/btio.h
@@ -57,6 +57,8 @@ typedef enum {
BT_IO_OPT_OMTU,
BT_IO_OPT_IMTU,
BT_IO_OPT_MASTER,
+ BT_IO_OPT_HANDLE,
+ BT_IO_OPT_CLASS,
BT_IO_OPT_INVALID,
} BtIOOption;