From 02e385023119de20f29347ad9f2f9cd8b0d2095c Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Sun, 15 Jan 2012 20:46:33 +0200 Subject: [PATCH] --- yaml --- r: 290885 b: refs/heads/master c: 9ec9fc8a99acc8a521337612b5e49521c49cb4c5 h: refs/heads/master i: 290883: 2270eb3925b1f5ec13f4b7da9e683193963d43c9 v: v3 --- [refs] | 2 +- trunk/include/net/bluetooth/hci.h | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index e87af01568ca..5375fefaf9ce 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4ddb1930f91b7395a760cd4a8cf1b2a87011571c +refs/heads/master: 9ec9fc8a99acc8a521337612b5e49521c49cb4c5 diff --git a/trunk/include/net/bluetooth/hci.h b/trunk/include/net/bluetooth/hci.h index 84993073c2f1..dd2cc6cb35b3 100644 --- a/trunk/include/net/bluetooth/hci.h +++ b/trunk/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 ---- */