diff options
author | Johan Hedberg <johan.hedberg@intel.com> | 2012-02-27 19:03:24 -0500 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-02-27 19:06:20 -0500 |
commit | cc2c04ec1ea8bd5137c99dc88bc04b4a07a11443 (patch) | |
tree | 9959c58d5a5c84e32cd5df1a9cb8cadd69b089d3 /include | |
parent | 8f984dfaf0bfa1355548cfba00473c8fa8e22d6e (diff) |
Bluetooth: Add missing host features definitions
This patch adds missing SSP and "Simultaneous LE & BR/EDR" feature bit
definitions to hci.h.
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 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index 0c54fcfe7e0f..3acbebfb22b9 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h | |||
@@ -237,7 +237,9 @@ enum { | |||
237 | #define LMP_EXTFEATURES 0x80 | 237 | #define LMP_EXTFEATURES 0x80 |
238 | 238 | ||
239 | /* Extended LMP features */ | 239 | /* Extended LMP features */ |
240 | #define LMP_HOST_LE 0x02 | 240 | #define LMP_HOST_SSP 0x01 |
241 | #define LMP_HOST_LE 0x02 | ||
242 | #define LMP_HOST_LE_BREDR 0x04 | ||
241 | 243 | ||
242 | /* Connection modes */ | 244 | /* Connection modes */ |
243 | #define HCI_CM_ACTIVE 0x0000 | 245 | #define HCI_CM_ACTIVE 0x0000 |