summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortakawata <takawata@FreeBSD.org>2015-04-18 09:08:47 +0000
committertakawata <takawata@FreeBSD.org>2015-04-18 09:08:47 +0000
commitb8e7553702f73b0e97b26fa0bb79dc23f617b216 (patch)
treecf68c9151415afa860f2088df1ed59c5f543eeb0
parent18ba5caedbdf69363d85cd07fe1d36cc2362a440 (diff)
downloadFreeBSD-src-b8e7553702f73b0e97b26fa0bb79dc23f617b216.zip
FreeBSD-src-b8e7553702f73b0e97b26fa0bb79dc23f617b216.tar.gz
Fix Typo.
-rw-r--r--usr.sbin/bluetooth/hccontrol/le.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bluetooth/hccontrol/le.c b/usr.sbin/bluetooth/hccontrol/le.c
index 429a8d1..12f3c69 100644
--- a/usr.sbin/bluetooth/hccontrol/le.c
+++ b/usr.sbin/bluetooth/hccontrol/le.c
@@ -247,7 +247,7 @@ le_read_supported_status(int s, int argc, char *argv[])
e = hci_simple_request(s, NG_HCI_OPCODE(
NG_HCI_OGF_LE,
- NG_HCI_OCF_LE_READ_SUPPORTED),
+ NG_HCI_OCF_LE_READ_SUPPORTED_STATUS),
(void *)&rp, &n);
printf("LE_STATUS: %d %d %lx\n", e, rp.status, rp.le_status);
OpenPOWER on IntegriCloud