summaryrefslogtreecommitdiff
path: root/btio/btio.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2013-05-17 11:03:11 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2013-05-17 11:03:11 +0300
commitad17eb4eba127f8bdf3e0082532bb0768584ce3f (patch)
tree09eb7080e60beca3f2eda9b76cf07f62a42b0b5f /btio/btio.h
parentc15edf746645ce3dca68eb1492088dfe6a737952 (diff)
downloadbluez-ad17eb4eba127f8bdf3e0082532bb0768584ce3f.tar.gz
btio: Add BT_IO_OPT_SOURCE_TYPE option for source bdaddr type
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 a6ff5a2c9..ac1366bb6 100644
--- a/btio/btio.h
+++ b/btio/btio.h
@@ -34,6 +34,7 @@ typedef enum {
BT_IO_OPT_INVALID = 0,
BT_IO_OPT_SOURCE,
BT_IO_OPT_SOURCE_BDADDR,
+ BT_IO_OPT_SOURCE_TYPE,
BT_IO_OPT_DEST,
BT_IO_OPT_DEST_BDADDR,
BT_IO_OPT_DEST_TYPE,