Bluetooth: Add full SMP BR/EDR support
authorJohan Hedberg <johan.hedberg@intel.com>
Thu, 14 Aug 2014 09:34:26 +0000 (12:34 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 3 Dec 2014 15:51:20 +0000 (16:51 +0100)
commitb5ae344d4c0f69ae6526565b55d52b64bc127087
tree51f92c80d175beac8b4ce5880a901b19fa5b2d15
parentef8efe4bf8b5fe1a9342ae964c428aed1be7863b
Bluetooth: Add full SMP BR/EDR support

When doing SMP over BR/EDR some of the routines can be shared with the
LE functionality whereas others needs to be split into their own BR/EDR
specific branches. This patch implements the split of BR/EDR specific
SMP code from the LE-only code, making sure SMP over BR/EDR works as
specified.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/l2cap_core.c
net/bluetooth/smp.c