Bluetooth: Add support for Pairing features exchange
authorVinicius Costa Gomes <vinicius.gomes@openbossa.org>
Thu, 9 Jun 2011 21:50:53 +0000 (18:50 -0300)
committerJaikumar Ganesh <jaikumar@google.com>
Mon, 11 Jul 2011 18:59:23 +0000 (11:59 -0700)
commit64532ec0b20db9c741580172bd26b46bb2633a90
treecaa9cb4c86383169808a94521f023d61e3ad6c89
parent901920a8090446adebd55a58d51aaf7c009112d2
Bluetooth: Add support for Pairing features exchange

This patch implements a simple version of the SMP Pairing Features
exchange procedure (Vol. 3 Part H, Section 2.3.5.1).

For now, everything that would cause a Pairing Method different of
Just Works to be chosen is rejected.

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