diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2003-11-18 11:36:20 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2003-11-18 11:36:20 +0000 |
commit | aac33d6b2e0c3c7b021478feb320afd8c812bda9 (patch) | |
tree | c0ccd14e8252319181cfa8e3adb899471639627f /include/hci.h | |
parent | 3d29835ef69b00fa3ed92702727ea2f737f37af2 (diff) |
Add decoding of Bluetooth 1.2 features
Diffstat (limited to 'include/hci.h')
-rw-r--r-- | include/hci.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/include/hci.h b/include/hci.h index 89ef19b6..fee39c20 100644 --- a/include/hci.h +++ b/include/hci.h @@ -200,6 +200,23 @@ enum { #define LMP_PSCHEME 0x02 #define LMP_PCONTROL 0x04 #define LMP_TRSP_SCO 0x08 +#define LMP_BCAST_ENC 0x80 + +#define LMP_ENH_ISCAN 0x08 +#define LMP_ILACE_ISCAN 0x10 +#define LMP_ILACE_PSCAN 0x20 +#define LMP_RSSI_INQ 0x40 +#define LMP_ESCO 0x80 + +#define LMP_EV4 0x01 +#define LMP_EV5 0x02 +#define LMP_AFH_CAP_SLV 0x08 +#define LMP_AFH_CLS_SLV 0x10 + +#define LMP_AFH_CAP_MST 0x08 +#define LMP_AFH_CLS_MST 0x10 + +#define LMP_EXT_FEAT 0x80 /* Link policies */ #define HCI_LP_RSWITCH 0x0001 |