Fix Typo.

This commit is contained in:
Takanori Watanabe 2015-04-18 09:08:47 +00:00
parent 52f243678d
commit bf9b5107ef
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=281688

View File

@ -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);