svn commit: r281688 - head/usr.sbin/bluetooth/hccontrol

Takanori Watanabe takawata at FreeBSD.org
Sat Apr 18 09:08:48 UTC 2015


Author: takawata
Date: Sat Apr 18 09:08:47 2015
New Revision: 281688
URL: https://svnweb.freebsd.org/changeset/base/281688

Log:
  Fix Typo.

Modified:
  head/usr.sbin/bluetooth/hccontrol/le.c

Modified: head/usr.sbin/bluetooth/hccontrol/le.c
==============================================================================
--- head/usr.sbin/bluetooth/hccontrol/le.c	Sat Apr 18 08:01:12 2015	(r281687)
+++ head/usr.sbin/bluetooth/hccontrol/le.c	Sat Apr 18 09:08:47 2015	(r281688)
@@ -247,7 +247,7 @@ le_read_supported_status(int s, int argc
 
 	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);


More information about the svn-src-head mailing list