Bluetooth: Add constants for LE SC Confirmation and Random values
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 16 Mar 2015 08:10:20 +0000 (01:10 -0700)
committerJohan Hedberg <johan.hedberg@intel.com>
Mon, 16 Mar 2015 08:31:20 +0000 (10:31 +0200)
The LE Secure Connections Confirmation Value and LE Secure Connections
Random Value contants are required for the out-of-band data and so
just define them.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
include/net/bluetooth/hci.h

index af9893b704ff6682d41d55c54dab2e1ca4af2d6d..ce757303dc07c50aa7d7b30bdbb2ddff68765cab 100644 (file)
@@ -458,6 +458,8 @@ enum {
 #define EIR_DEVICE_ID          0x10 /* device ID */
 #define EIR_LE_BDADDR          0x1B /* LE Bluetooth device address */
 #define EIR_LE_ROLE            0x1C /* LE role */
+#define EIR_LE_SC_CONFIRM      0x22 /* LE SC Confirmation Value */
+#define EIR_LE_SC_RANDOM       0x23 /* LE SC Random Value */
 
 /* Low Energy Advertising Flags */
 #define LE_AD_LIMITED          0x01 /* Limited Discoverable */