summaryrefslogtreecommitdiff
path: root/btio/btio.h
diff options
context:
space:
mode:
authorVinicius Costa Gomes <vinicius.gomes@openbossa.org>2012-01-24 10:57:19 -0300
committerJohan Hedberg <johan.hedberg@intel.com>2012-01-24 16:19:19 +0200
commit51886914ef77f6c7331347a5e023cf8cde65629c (patch)
tree551a22079aace9bcca5f7073d044c03217dbf585 /btio/btio.h
parentfaa7b5c70b287f1398d4853e263d519dfbf2da5c (diff)
downloadbluez-51886914ef77f6c7331347a5e023cf8cde65629c.tar.gz
btio: Add support for getting the Encryption Key Size via btio
Some profiles specify some restriction depending on the length of the key used to encrypt the link, this adds an way to retrieve that value from the kernel.
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 ae55b618a..7e3e130eb 100644
--- a/btio/btio.h
+++ b/btio/btio.h
@@ -52,6 +52,7 @@ typedef enum {
BT_IO_OPT_DEST_BDADDR,
BT_IO_OPT_DEFER_TIMEOUT,
BT_IO_OPT_SEC_LEVEL,
+ BT_IO_OPT_KEY_SIZE,
BT_IO_OPT_CHANNEL,
BT_IO_OPT_SOURCE_CHANNEL,
BT_IO_OPT_DEST_CHANNEL,