summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2009-02-18 17:13:41 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2009-02-18 17:13:41 +0200
commitd54f6d34bf697a138f69da3ae6706f1433bc5180 (patch)
treed52694e22f5051f47305d20e3f54f97c41bc9f7b /common
parenteb3529e7fb3b5e58deb2c9d5ab8520c6864f0a17 (diff)
Add security level definitions to btio.h
Diffstat (limited to 'common')
-rw-r--r--common/btio.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/common/btio.h b/common/btio.h
index 614a1632..cc6595c0 100644
--- a/common/btio.h
+++ b/common/btio.h
@@ -59,6 +59,13 @@ typedef enum {
BT_IO_OPT_INVALID,
} BtIOOption;
+typedef enum {
+ BT_IO_SEC_SDP = 0,
+ BT_IO_SEC_LOW,
+ BT_IO_SEC_MEDIUM,
+ BT_IO_SEC_HIGH,
+} BtIOSecLevel;
+
typedef void (*BtIOConfirm)(GIOChannel *io, gpointer user_data);
typedef void (*BtIOConnect)(GIOChannel *io, GError *err, gpointer user_data);