Bluetooth: Enable Low Energy support by default
The Bluetooth Low Energy support so far was disabled by default via a module parameter. With this change the module parameter will be removed and Low Energy is enabled by default. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Gustavo Padovan <gustavo@padovan.org>
This commit is contained in:
committed by
Gustavo Padovan
parent
2ee8ce35b1
commit
9d42820f37
@ -1438,6 +1438,5 @@ struct hci_inquiry_req {
|
||||
#define IREQ_CACHE_FLUSH 0x0001
|
||||
|
||||
extern bool enable_hs;
|
||||
extern bool enable_le;
|
||||
|
||||
#endif /* __HCI_H */
|
||||
|
Reference in New Issue
Block a user