summaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorJohan Hedberg2012-01-15 19:46:33 +0100
committerJohan Hedberg2012-02-13 16:01:27 +0100
commit9ec9fc8a99acc8a521337612b5e49521c49cb4c5 (patch)
treec072d6088c9f3bca6406747f1af27f01c73c9d80 /include/net
parentBluetooth: Rename eir_has_complete_name to eir_has_data_type (diff)
downloadkernel-qcow2-linux-9ec9fc8a99acc8a521337612b5e49521c49cb4c5.tar.gz
kernel-qcow2-linux-9ec9fc8a99acc8a521337612b5e49521c49cb4c5.tar.xz
kernel-qcow2-linux-9ec9fc8a99acc8a521337612b5e49521c49cb4c5.zip
Bluetooth: Add missing EIR defines to hci.h
This patch adds missing EIR defines (as specified in the Bluetooth Assigned Numbers document) to hci.h. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Acked-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/bluetooth/hci.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h
index 84993073c2f1..dd2cc6cb35b3 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -296,6 +296,9 @@ enum {
#define EIR_NAME_SHORT 0x08 /* shortened local name */
#define EIR_NAME_COMPLETE 0x09 /* complete local name */
#define EIR_TX_POWER 0x0A /* transmit power level */
+#define EIR_CLASS_OF_DEV 0x0D /* Class of Device */
+#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 */
/* ----- HCI Commands ---- */