diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2012-02-20 15:47:49 -0500 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-02-20 16:08:17 -0500 |
commit | d7b7e79688c07b445bc52adfedf9a176be156f4b (patch) | |
tree | 0bdc072b86cfcf7a35b29e52336001ce2817de31 /include/net/bluetooth | |
parent | 801f13bd8ecc58f2cf42ec602a2b5db10fc5a132 (diff) |
Bluetooth: Set supported settings based on enabled HS and/or LE
Since neither High Speed (HS) nor Low Energy (LE) are fully implemented
yet, only expose them in supported settings when enabled.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'include/net/bluetooth')
-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 60a4727be935..ad5e94c757e7 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h | |||
@@ -1422,5 +1422,6 @@ struct hci_inquiry_req { | |||
1422 | #define IREQ_CACHE_FLUSH 0x0001 | 1422 | #define IREQ_CACHE_FLUSH 0x0001 |
1423 | 1423 | ||
1424 | extern bool enable_hs; | 1424 | extern bool enable_hs; |
1425 | extern bool enable_le; | ||
1425 | 1426 | ||
1426 | #endif /* __HCI_H */ | 1427 | #endif /* __HCI_H */ |