From bf9b5107effdf6a477cac9b64f8bc19385a508d6 Mon Sep 17 00:00:00 2001 From: Takanori Watanabe Date: Sat, 18 Apr 2015 09:08:47 +0000 Subject: [PATCH] Fix Typo. --- usr.sbin/bluetooth/hccontrol/le.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);