diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2015-03-14 22:43:18 -0700 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2015-03-15 10:05:28 +0200 |
commit | 1471aae0d04d4e0df2bf1e5a5af861e28371b8b4 (patch) | |
tree | 3297ebaf1d8c7621b5e91a854ae5323c4dbd6955 /include/net/bluetooth/hci.h | |
parent | bea41609de527830cc4c843e0e833cf021adc6b1 (diff) | |
download | op-kernel-dev-1471aae0d04d4e0df2bf1e5a5af861e28371b8b4.zip op-kernel-dev-1471aae0d04d4e0df2bf1e5a5af861e28371b8b4.tar.gz |
Bluetooth: Add defines for LE Bluetooth Device Address and LE Role
The OOB data requires to include LE Bluetooth Device Address and LE Role
and so add the type constants for these fields.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'include/net/bluetooth/hci.h')
-rw-r--r-- | include/net/bluetooth/hci.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index 7f41c77..af9893b 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h @@ -456,6 +456,8 @@ enum { #define EIR_SSP_HASH_C 0x0E /* Simple Pairing Hash C */ #define EIR_SSP_RAND_R 0x0F /* Simple Pairing Randomizer R */ #define EIR_DEVICE_ID 0x10 /* device ID */ +#define EIR_LE_BDADDR 0x1B /* LE Bluetooth device address */ +#define EIR_LE_ROLE 0x1C /* LE role */ /* Low Energy Advertising Flags */ #define LE_AD_LIMITED 0x01 /* Limited Discoverable */ |