summaryrefslogtreecommitdiffstats
path: root/tools/csr.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-10-24 22:26:29 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-10-24 22:26:29 +0000
commit3705606f41a7b9150a8ac66a9f83c4d534a95507 (patch)
tree0b928688cc43f2a5e86a1e3ae2f4d17968e57338 /tools/csr.c
parent8a908f68a13c67fc1f0314957d91300d027213c6 (diff)
Add more BCCMD command ids and PS key values
Diffstat (limited to 'tools/csr.c')
-rw-r--r--tools/csr.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/csr.c b/tools/csr.c
index 5a08d51f..4ab38232 100644
--- a/tools/csr.c
+++ b/tools/csr.c
@@ -408,6 +408,12 @@ char *csr_chipvertostr(uint16_t ver, uint16_t rev)
char *csr_pskeytostr(uint16_t pskey)
{
switch (pskey) {
+ case CSR_PSKEY_BDADDR:
+ return "Bluetooth address";
+ case CSR_PSKEY_COUNTRYCODE:
+ return "Country code";
+ case CSR_PSKEY_CLASSOFDEVICE:
+ return "Class of device";
case CSR_PSKEY_ENC_KEY_LMIN:
return "Minimum encryption key length";
case CSR_PSKEY_ENC_KEY_LMAX: