aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bluetooth/hccontrol/hccontrol.h
diff options
context:
space:
mode:
authorTakanori Watanabe <takawata@FreeBSD.org>2015-04-18 04:53:17 +0000
committerTakanori Watanabe <takawata@FreeBSD.org>2015-04-18 04:53:17 +0000
commitbcff2d9100c3dedbbf2bfb84cdfcb547d81b8b83 (patch)
treec519a5400990784eaf68b0ac2edf239448989634 /usr.sbin/bluetooth/hccontrol/hccontrol.h
parenta5e68d8c0d768257cdcf9484f594a11add273edb (diff)
downloadsrc-bcff2d9100c3dedbbf2bfb84cdfcb547d81b8b83.tar.gz
src-bcff2d9100c3dedbbf2bfb84cdfcb547d81b8b83.zip
Add LE related HCI control command to hccontrol(1).
Notes
Notes: svn path=/head/; revision=281680
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 cd56ebfb7bc7..c96aab078d62 100644
--- a/usr.sbin/bluetooth/hccontrol/hccontrol.h
+++ b/usr.sbin/bluetooth/hccontrol/hccontrol.h
@@ -53,6 +53,7 @@ extern struct hci_command host_controller_baseband_commands[];
extern struct hci_command info_commands[];
extern struct hci_command status_commands[];
extern struct hci_command node_commands[];
+extern struct hci_command le_commands[];
int hci_request (int, int, char const *, int, char *, int *);
int hci_simple_request (int, int, char *, int *);