diff options
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/bluetooth/hccontrol/le.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bluetooth/hccontrol/le.c b/usr.sbin/bluetooth/hccontrol/le.c index 8ff7776..429a8d1 100644 --- a/usr.sbin/bluetooth/hccontrol/le.c +++ b/usr.sbin/bluetooth/hccontrol/le.c @@ -232,7 +232,7 @@ le_read_local_supported_features(int s, int argc ,char *argv[]) NG_HCI_OCF_LE_READ_LOCAL_SUPPORTED_FEATURES), (void *)&rp, &n); - printf("LOCAL SUPPOREDED: %d %d %lu\n", e, rp.status, + printf("LOCAL SUPPORTED: %d %d %lu\n", e, rp.status, rp.le_features); return 0; |