aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-03-16 04:10:20 -0400
committerJohan Hedberg <johan.hedberg@intel.com>2015-03-16 04:31:20 -0400
commitf709bfcf6a292560ce187c33fd099ee495c0a404 (patch)
tree444576b9bb0c511c25d49ba7f58b4eed0389f004 /include/net/bluetooth
parent88a479d9507eb7a510a612705aa686c52d24b2ab (diff)
Bluetooth: Add constants for LE SC Confirmation and Random values
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>
Diffstat (limited to 'include/net/bluetooth')
-rw-r--r--include/net/bluetooth/hci.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h
index af9893b704ff..ce757303dc07 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -458,6 +458,8 @@ enum {
458#define EIR_DEVICE_ID 0x10 /* device ID */ 458#define EIR_DEVICE_ID 0x10 /* device ID */
459#define EIR_LE_BDADDR 0x1B /* LE Bluetooth device address */ 459#define EIR_LE_BDADDR 0x1B /* LE Bluetooth device address */
460#define EIR_LE_ROLE 0x1C /* LE role */ 460#define EIR_LE_ROLE 0x1C /* LE role */
461#define EIR_LE_SC_CONFIRM 0x22 /* LE SC Confirmation Value */
462#define EIR_LE_SC_RANDOM 0x23 /* LE SC Random Value */
461 463
462/* Low Energy Advertising Flags */ 464/* Low Energy Advertising Flags */
463#define LE_AD_LIMITED 0x01 /* Limited Discoverable */ 465#define LE_AD_LIMITED 0x01 /* Limited Discoverable */