Bluetooth: Add missing EIR defines to hci.h
authorJohan Hedberg <johan.hedberg@intel.com>
Sun, 15 Jan 2012 18:46:33 +0000 (20:46 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Mon, 13 Feb 2012 15:01:27 +0000 (17:01 +0200)
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>
include/net/bluetooth/hci.h

index 84993073c2f1b6953c6ea0d33165204a52ef974a..dd2cc6cb35b34b57fe2fe5ddf91f26ccd147236b 100644 (file)
@@ -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 ---- */
This page took 0.027278 seconds and 5 git commands to generate.