diff options
author | Andre Guedes <andre.guedes@openbossa.org> | 2011-06-30 18:20:54 -0400 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-07-06 18:10:37 -0400 |
commit | e6100a2541987b84af37e4c4247d989644a3aa69 (patch) | |
tree | f5a3e13e994970dcae861f9ff1e05690964da31c /include/net | |
parent | f9b49306dc0b9f514ffb275ae853c50d7ccd6856 (diff) |
Bluetooth: Add enable_le module parameter
This patch adds a new module parameter to enable/disable host LE
support. By default host LE support is disabled.
Signed-off-by: Andre Guedes <andre.guedes@openbossa.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'include/net')
-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 ed1de1b68a30..5f3782204359 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h | |||
@@ -211,6 +211,7 @@ enum { | |||
211 | #define LMP_EDR_3S_ESCO 0x80 | 211 | #define LMP_EDR_3S_ESCO 0x80 |
212 | 212 | ||
213 | #define LMP_EXT_INQ 0x01 | 213 | #define LMP_EXT_INQ 0x01 |
214 | #define LMP_SIMUL_LE_BR 0x02 | ||
214 | #define LMP_SIMPLE_PAIR 0x08 | 215 | #define LMP_SIMPLE_PAIR 0x08 |
215 | #define LMP_NO_FLUSH 0x40 | 216 | #define LMP_NO_FLUSH 0x40 |
216 | 217 | ||