View | Details | Raw Unified | Return to bug 246664 | Differences between
and this patch

Collapse All | Expand All

(-)usr.sbin/bluetooth/hccontrol/le.c (-1 / +1 lines)
Lines 1078-1084 Link Here
1078
				"Supervision timeout: %dms\n",
1078
				"Supervision timeout: %dms\n",
1079
				 10 * le16toh(conn_event->supervision_timeout));
1079
				 10 * le16toh(conn_event->supervision_timeout));
1080
			fprintf(stdout,
1080
			fprintf(stdout,
1081
				"Master clock accuracy: %sn",
1081
				"Master clock accuracy: %s\n",
1082
				hci_mc_accuracy2str(
1082
				hci_mc_accuracy2str(
1083
					conn_event->master_clock_accuracy));
1083
					conn_event->master_clock_accuracy));
1084
		}
1084
		}

Return to bug 246664