diff options
| author | Johan Hedberg <johan.hedberg@nokia.com> | 2009-02-18 17:13:41 +0200 | 
|---|---|---|
| committer | Johan Hedberg <johan.hedberg@nokia.com> | 2009-02-18 17:13:41 +0200 | 
| commit | d54f6d34bf697a138f69da3ae6706f1433bc5180 (patch) | |
| tree | d52694e22f5051f47305d20e3f54f97c41bc9f7b /common/btio.h | |
| parent | eb3529e7fb3b5e58deb2c9d5ab8520c6864f0a17 (diff) | |
Add security level definitions to btio.h
Diffstat (limited to 'common/btio.h')
| -rw-r--r-- | common/btio.h | 7 | 
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);  | 
