aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bluetooth
diff options
context:
space:
mode:
authorTakanori Watanabe <takawata@FreeBSD.org>2015-04-18 09:08:47 +0000
committerTakanori Watanabe <takawata@FreeBSD.org>2015-04-18 09:08:47 +0000
commitbf9b5107effdf6a477cac9b64f8bc19385a508d6 (patch)
treecf68c9151415afa860f2088df1ed59c5f543eeb0 /usr.sbin/bluetooth
parent52f243678d00f8c8fe82d78afd8d93bb14eb901b (diff)
Notes
Diffstat (limited to 'usr.sbin/bluetooth')
-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 429a8d177a95..12f3c6972f97 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);