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
committerMarcel Holtmann <marcel@holtmann.org>2012-01-25 22:22:24 -0800
commit38c652597914015e044f693fc19894a7bdbeb12d (patch)
tree3794aaea49b0d0070014a7b10400039144b18255 /btio/btio.h
parentbdf593952015c198fe5b0dbd6fe4366e7b7f5d99 (diff)
downloadofono-38c652597914015e044f693fc19894a7bdbeb12d.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 ae55b618..7e3e130e 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,