diff options
author | Johan Hedberg <johan.hedberg@intel.com> | 2012-02-22 15:37:11 +0100 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-02-23 12:06:59 +0100 |
commit | 06199cf86a84206cfdc96b8dc02d5c27efa8c60f (patch) | |
tree | 165507d2dfa0707b4e506d811f6466a37aecb0b5 /include/net/bluetooth/hci.h | |
parent | Bluetooth: mgmt: Fix Set SSP supported check (diff) | |
download | linux-06199cf86a84206cfdc96b8dc02d5c27efa8c60f.tar.xz linux-06199cf86a84206cfdc96b8dc02d5c27efa8c60f.zip |
Bluetooth: mgmt: Implement Set LE command
This patch implements support for the Set LE mgmt command. Now, in
addition to the enable_le module parameter user space needs to send an
explicit Enable LE command to enable LE support.
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/net/bluetooth/hci.h')
-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 806eb4120797..c97cf0872ac9 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h @@ -96,6 +96,7 @@ enum { HCI_LE_SCAN, HCI_SSP_ENABLED, HCI_HS_ENABLED, + HCI_LE_ENABLED, HCI_CONNECTABLE, HCI_DISCOVERABLE, HCI_LINK_SECURITY, |