Skip to content

Commit

Permalink
Bluetooth: Add missing host features definitions
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Johan Hedberg committed Feb 28, 2012
1 parent 8f984df commit cc2c04e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/net/bluetooth/hci.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@ enum {
#define LMP_EXTFEATURES 0x80

/* Extended LMP features */
#define LMP_HOST_LE 0x02
#define LMP_HOST_SSP 0x01
#define LMP_HOST_LE 0x02
#define LMP_HOST_LE_BREDR 0x04

/* Connection modes */
#define HCI_CM_ACTIVE 0x0000
Expand Down

0 comments on commit cc2c04e

Please sign in to comment.