aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci.h
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/hci.h
parentBluetooth: mgmt: Add address type parameter to Discovering event (diff)
downloadlinux-dev-6d80dfd094a7b286e95cdcac79efeb7bbb4e226f.tar.xz
linux-dev-6d80dfd094a7b286e95cdcac79efeb7bbb4e226f.zip
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/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 ad5e94c757e7..ec370494e568 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 */