summaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-02-19 19:31:26 -0800
committerJohan Hedberg <johan.hedberg@intel.com>2014-02-20 08:19:37 +0200
commitb32bba6ced5696593a6bae5fdc69dc79c0a97ef5 (patch)
tree4508b0efe6a4d8b067ef716c4ee140d8d01cf26b /include/net/bluetooth/hci.h
parent5192d30114771ac5956d750ec506dc574411cc70 (diff)
downloadlinux-b32bba6ced5696593a6bae5fdc69dc79c0a97ef5.tar.gz
linux-b32bba6ced5696593a6bae5fdc69dc79c0a97ef5.tar.bz2
linux-b32bba6ced5696593a6bae5fdc69dc79c0a97ef5.zip
Bluetooth: Replace own_address_type with force_static_address debugfs
The own_address_type debugfs option does not providing enough flexibity for interacting with the upcoming LE privacy support. What really is needed is an option to force using the static address compared to the public address. The new force_static_address debugfs option does exactly that. In addition it is also only available when the controller does actually have a public address. For single mode LE only controllers this option will not be available. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'include/net/bluetooth/hci.h')
-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 d3a8fff50f69..fe4b06bfc150 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -118,6 +118,7 @@ enum {
HCI_DEBUG_KEYS,
HCI_DUT_MODE,
HCI_FORCE_SC,
+ HCI_FORCE_STATIC_ADDR,
HCI_UNREGISTER,
HCI_USER_CHANNEL,