aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-07-04 18:11:55 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2014-07-04 21:10:30 +0300
commitdbece37a3233933ec89f77f04049e13ad9b29634 (patch)
tree911e51a4adacd04e71ad34d881efed01f3e3c9aa /include/net/bluetooth/hci.h
parentBluetooth: Support HCI_QUIRK_EXTERNAL_CONFIG for hci_vhci driver (diff)
downloadlinux-dev-dbece37a3233933ec89f77f04049e13ad9b29634.tar.xz
linux-dev-dbece37a3233933ec89f77f04049e13ad9b29634.zip
Bluetooth: Add support for Set External Configuration management command
The Set External Configuration management command allows for switching between configured and unconfigured start if HCI_QURIK_EXTERNAL_CONFIG is set by the transport driver. 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 4f1c4c7e2f00..80c5fc947fbc 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -173,6 +173,7 @@ enum {
HCI_UNREGISTER,
HCI_UNCONFIGURED,
HCI_USER_CHANNEL,
+ HCI_EXT_CONFIGURED,
HCI_LE_SCAN,
HCI_SSP_ENABLED,