summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bluetooth/hccontrol/hccontrol.h
diff options
context:
space:
mode:
authormarkus <markus@FreeBSD.org>2006-02-23 23:19:12 +0000
committermarkus <markus@FreeBSD.org>2006-02-23 23:19:12 +0000
commitfe431c554b770e88dc23a5bf27fa4f1688242609 (patch)
tree81bc8bf5c68b387c581fd50f6d82d1175b88c5a0 /usr.sbin/bluetooth/hccontrol/hccontrol.h
parent4dd473489ef973f5d3a1b52dd87370ef00097810 (diff)
downloadFreeBSD-src-fe431c554b770e88dc23a5bf27fa4f1688242609.zip
FreeBSD-src-fe431c554b770e88dc23a5bf27fa4f1688242609.tar.gz
- Use official version strings for LMP and HCI version reporting and add
version strings up to Bluetooth 2.0 - Update manufacturer list Approved by: emax MFC after: 3 days
Diffstat (limited to 'usr.sbin/bluetooth/hccontrol/hccontrol.h')
-rw-r--r--usr.sbin/bluetooth/hccontrol/hccontrol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/bluetooth/hccontrol/hccontrol.h b/usr.sbin/bluetooth/hccontrol/hccontrol.h
index 4424f76..466414f 100644
--- a/usr.sbin/bluetooth/hccontrol/hccontrol.h
+++ b/usr.sbin/bluetooth/hccontrol/hccontrol.h
@@ -65,6 +65,7 @@ char const * const hci_coding2str (int);
char const * const hci_vdata2str (int);
char const * const hci_hmode2str (int, char *, int);
char const * const hci_ver2str (int);
+char const * const hci_lmpver2str (int);
char const * const hci_manufacturer2str(int);
char const * const hci_features2str (uint8_t *, char *, int);
char const * const hci_cc2str (int);
OpenPOWER on IntegriCloud