From 807ca2230559ac939c8b481a9fcfe337a6707b3d Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 24 Oct 2005 20:26:25 +0000 Subject: Add the local supported commands PSKEY --- tools/csr.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/csr.c') diff --git a/tools/csr.c b/tools/csr.c index e600cec7..5a08d51f 100644 --- a/tools/csr.c +++ b/tools/csr.c @@ -414,6 +414,8 @@ char *csr_pskeytostr(uint16_t pskey) return "Maximum encryption key length"; case CSR_PSKEY_LOCAL_SUPPORTED_FEATURES: return "Local supported features block"; + case CSR_PSKEY_LOCAL_SUPPORTED_COMMANDS: + return "Local supported commands"; case CSR_PSKEY_HCI_LMP_LOCAL_VERSION: return "The HCI and LMP version reported locally"; case CSR_PSKEY_LMP_REMOTE_VERSION: -- cgit