From: Marcel Holtmann Date: Sun, 15 Mar 2015 05:43:18 +0000 (-0700) Subject: Bluetooth: Add defines for LE Bluetooth Device Address and LE Role X-Git-Tag: v4.1-rc1~128^2~204^2~42 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1471aae0d04d4e0df2bf1e5a5af861e28371b8b4;p=karo-tx-linux.git 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 Signed-off-by: Johan Hedberg --- diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index 7f41c7741e76..af9893b704ff 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 */