diff options
author | Johan Hedberg <johan.hedberg@intel.com> | 2014-10-16 10:45:31 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2014-12-03 16:51:20 +0100 |
commit | 858cdc78be8be19b7176cafe06d3db3acfb345d4 (patch) | |
tree | 938062d0fa29a9d7b07831b50011661cdc59af3a /include/net | |
parent | fe8bc5ac67a36b05c4ec91643736d44373096a76 (diff) | |
download | linux-858cdc78be8be19b7176cafe06d3db3acfb345d4.tar.gz linux-858cdc78be8be19b7176cafe06d3db3acfb345d4.tar.bz2 linux-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')
-rw-r--r-- | include/net/bluetooth/hci.h | 1 |
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, }; |