summaryrefslogtreecommitdiffstats
path: root/common/btio.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/btio.h')
-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);