From d54f6d34bf697a138f69da3ae6706f1433bc5180 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 18 Feb 2009 17:13:41 +0200 Subject: Add security level definitions to btio.h --- common/btio.h | 7 +++++++ 1 file changed, 7 insertions(+) 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); -- cgit