aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-02-19 22:31:26 -0500
committerJohan Hedberg <johan.hedberg@intel.com>2014-02-20 01:19:37 -0500
commitb32bba6ced5696593a6bae5fdc69dc79c0a97ef5 (patch)
tree4508b0efe6a4d8b067ef716c4ee140d8d01cf26b /include/net/bluetooth
parent5192d30114771ac5956d750ec506dc574411cc70 (diff)
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')
-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 {
118 HCI_DEBUG_KEYS, 118 HCI_DEBUG_KEYS,
119 HCI_DUT_MODE, 119 HCI_DUT_MODE,
120 HCI_FORCE_SC, 120 HCI_FORCE_SC,
121 HCI_FORCE_STATIC_ADDR,
121 HCI_UNREGISTER, 122 HCI_UNREGISTER,
122 HCI_USER_CHANNEL, 123 HCI_USER_CHANNEL,
123 124