diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-10-24 20:26:25 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-10-24 20:26:25 +0000 |
commit | 807ca2230559ac939c8b481a9fcfe337a6707b3d (patch) | |
tree | 03412e77de6c9c155d3af7f341a324f6ff3bcbec /tools/csr.h | |
parent | 50f6d576076b6692f8aa391bf56fdb0922ad4072 (diff) |
Add the local supported commands PSKEY
Diffstat (limited to 'tools/csr.h')
-rw-r--r-- | tools/csr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/csr.h b/tools/csr.h index 7d928d13..e6c2acad 100644 --- a/tools/csr.h +++ b/tools/csr.h @@ -58,9 +58,10 @@ #define CSR_VARID_MAX_TX_POWER 0x6827 /* int8 */ #define CSR_VARID_DEFAULT_TX_POWER 0x682b /* int8 */ -#define CSR_PSKEY_LOCAL_SUPPORTED_FEATURES 0x00ef /* uint16[] = { 0xffff, 0xFE8f, 0xF99B, 0x8000 } */ #define CSR_PSKEY_ENC_KEY_LMIN 0x00da /* uint16 */ #define CSR_PSKEY_ENC_KEY_LMAX 0x00db /* uint16 */ +#define CSR_PSKEY_LOCAL_SUPPORTED_FEATURES 0x00ef /* uint16[] = { 0xffff, 0xfe8f, 0xf99b, 0x8000 } */ +#define CSR_PSKEY_LOCAL_SUPPORTED_COMMANDS 0x0106 /* uint16[] = { 0xffff, 0x03ff, 0xfffe, 0xffff, 0xffff, 0xffff, 0x0ff3, 0xfff8, 0x003f } */ #define CSR_PSKEY_HCI_LMP_LOCAL_VERSION 0x010d /* uint16 */ #define CSR_PSKEY_LMP_REMOTE_VERSION 0x010e /* uint8 */ #define CSR_PSKEY_HOSTIO_USE_HCI_EXTN 0x01a5 /* bool (uint16) */ |