aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2014-10-16 10:45:31 +0200
committerMarcel Holtmann <marcel@holtmann.org>2014-12-03 16:51:20 +0100
commit858cdc78be8be19b7176cafe06d3db3acfb345d4 (patch)
tree938062d0fa29a9d7b07831b50011661cdc59af3a /include/net/bluetooth
parentBluetooth: Add hci_conn flag for new link key generation (diff)
downloadlinux-dev-858cdc78be8be19b7176cafe06d3db3acfb345d4.tar.xz
linux-dev-858cdc78be8be19b7176cafe06d3db3acfb345d4.zip
Bluetooth: Add debugfs switch for forcing SMP over BR/EDR
To make it possible to use LE SC functionality over BR/EDR with pre-4.1 controllers (that do not support BR/EDR SC links) it's useful to be able to force LE SC operations even over a traditional SSP protected link. This patch adds a debugfs switch to force a special debug flag which is used to skip the checks for BR/EDR SC support. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/net/bluetooth')
-rw-r--r--include/net/bluetooth/hci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h
index e56f9099f8e3..569c077778b6 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -163,6 +163,7 @@ enum {
enum {
HCI_DUT_MODE,
HCI_FORCE_SC,
+ HCI_FORCE_LESC,
HCI_FORCE_STATIC_ADDR,
};