diff options
author | Johan Hedberg <johan.hedberg@intel.com> | 2012-02-20 16:50:38 -0500 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-02-20 17:32:16 -0500 |
commit | 6d80dfd094a7b286e95cdcac79efeb7bbb4e226f (patch) | |
tree | d2ce3d84653d5205bfcceb1ac73297a0381117f8 /include | |
parent | f963e8e9d3652f4a8065d969206707a1c21ff9b0 (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')
-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 ad5e94c757e7..ec370494e568 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h | |||
@@ -95,6 +95,7 @@ enum { | |||
95 | 95 | ||
96 | HCI_LE_SCAN, | 96 | HCI_LE_SCAN, |
97 | HCI_SSP_ENABLED, | 97 | HCI_SSP_ENABLED, |
98 | HCI_HS_ENABLED, | ||
98 | }; | 99 | }; |
99 | 100 | ||
100 | /* HCI ioctl defines */ | 101 | /* HCI ioctl defines */ |