]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Add functions to manipulate the link key list for SMP
authorVinicius Costa Gomes <vinicius.gomes@openbossa.org>
Thu, 7 Jul 2011 21:59:36 +0000 (18:59 -0300)
committerGustavo F. Padovan <padovan@profusion.mobi>
Fri, 8 Jul 2011 20:36:31 +0000 (17:36 -0300)
commit1d29e349b2c969be23ec920a81f225bee7ff0e20
treecf526c6ef818e8a308b29882db7479557ec5009e
parent472e7c25fcc9c39e923a6cbe13d98eb0e4c8dcf1
Bluetooth: Add functions to manipulate the link key list for SMP

As the LTK (the new type of key being handled now) has more data
associated with it, we need to store this extra data and retrieve
the keys based on that data.

Methods for searching for a key and for adding a new LTK are
introduced here.

Signed-off-by: Vinicius Costa Gomes <vinicius.gomes@openbossa.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
include/net/bluetooth/hci_core.h
net/bluetooth/hci_core.c