summaryrefslogtreecommitdiff
path: root/include/net/bluetooth
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2012-02-20 23:50:38 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-02-21 00:32:16 +0200
commit6d80dfd094a7b286e95cdcac79efeb7bbb4e226f (patch)
treed2ce3d84653d5205bfcceb1ac73297a0381117f8 /include/net/bluetooth
parentf963e8e9d3652f4a8065d969206707a1c21ff9b0 (diff)
Bluetooth: mgmt: Add basic support for Set High Speed command
This patch adds rudimentary support for the Set High Speed command in the form of a new HCI dev flag (HCI_HS_ENABLED). Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Acked-by: Marcel Holtmann <marcel@holtmann.org>
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 ad5e94c757e..ec370494e56 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -95,6 +95,7 @@ enum {
HCI_LE_SCAN,
HCI_SSP_ENABLED,
+ HCI_HS_ENABLED,
};
/* HCI ioctl defines */